summaryrefslogtreecommitdiff
path: root/package/weechat/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-29 16:06:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-29 16:06:00 +0100
commit8e8512391c668fc7074f812f15eabe8f176fb01e (patch)
treef9f0862dd6eb962fe3fc4803180b431843f6c5be /package/weechat/Makefile
parentc491653a1f9574a42965025805d472c3d145f699 (diff)
parentae3d4616ed9c19a29d656193254657f93d612fa2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/weechat/Makefile')
-rw-r--r--package/weechat/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/package/weechat/Makefile b/package/weechat/Makefile
index e3d22768e..e5b67dd00 100644
--- a/package/weechat/Makefile
+++ b/package/weechat/Makefile
@@ -4,21 +4,22 @@
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 libiconv
-PKG_BUILDDEP:= ncurses libiconv
+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/
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,WEECHAT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(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 \
@@ -28,7 +29,7 @@ CONFIGURE_ARGS+= --with-debug=0 \
--disable-ruby \
--with-libiconv-prefix='${STAGING_TARGET_DIR}/usr'
-post-install:
+weechat-install:
${INSTALL_DIR} ${IDIR_WEECHAT}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/weechat-curses \
${IDIR_WEECHAT}/usr/bin/weechat