summaryrefslogtreecommitdiff
path: root/package/weechat/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-07 13:46:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-07 13:46:43 +0100
commit79be206de9335752c6355995961b69846c641410 (patch)
tree76c9b28a3406227dcf1dd924467a659a213770d9 /package/weechat/Makefile
parent8cc6444e13a2670407eedee0d417cee6b3ce03e8 (diff)
parent048f67743435770ed358a9d79323c0a4e04d8c68 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/weechat/Makefile')
-rw-r--r--package/weechat/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/package/weechat/Makefile b/package/weechat/Makefile
index 326d44ee0..e5b67dd00 100644
--- a/package/weechat/Makefile
+++ b/package/weechat/Makefile
@@ -4,13 +4,14 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= weechat
-PKG_VERSION:= 0.3.2
-PKG_RELEASE:= 2
-PKG_MD5SUM:= 0c4f6e7196703c6eca12217f254612aa
-PKG_DESCR:= Lightweight IRC client
+PKG_VERSION:= 0.4.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= fd584c258aace2aa898f40e1fcf06084
+PKG_DESCR:= lightweight IRC client
PKG_SECTION:= chat
-PKG_DEPENDS:= libncurses
-PKG_BUILDDEP:= ncurses libiconv-tiny
+PKG_DEPENDS:= libncurses libgcrypt libz libcurl
+PKG_BUILDDEP:= ncurses libiconv-tiny autotool libgcrypt
+PKG_BUILDDEP+= zlib curl
PKG_URL:= http://www.weechat.org/
PKG_SITES:= http://www.weechat.org/files/src/
@@ -18,7 +19,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,WEECHAT,weechat,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-TARGET_LDFLAGS+= -liconv
+AUTOTOOL_STYLE:= autoreconf
CONFIGURE_ARGS+= --with-debug=0 \
--disable-perl \
--disable-python \