1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
9 PKG_HASH
:= bfb5a34f78eaad0e22e1aa0783ff330907f253fcd50a1d3fd0aa19df9114dde9
10 PKG_DESCR
:= lightweight irc client
11 PKG_SECTION
:= app
/chat
12 PKG_DEPENDS
:= libncurses libgcrypt zlib libcurl
13 PKG_BUILDDEP
:= ncurses zlib libgcrypt curl
14 PKG_URL
:= http
://www.weechat.org
/
15 PKG_SITES
:= http
://www.weechat.org
/files
/src
/
17 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
19 include ${ADK_TOPDIR}/mk
/package.mk
21 $(eval
$(call PKG_template
,WEECHAT
,weechat
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 AUTOTOOL_STYLE
:= autoreconf
24 TARGET_LDFLAGS
+= -ltinfo
25 CONFIGURE_ARGS
+= --with-debug
=0 \
34 ${INSTALL_DIR} ${IDIR_WEECHAT}/usr
/bin
35 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/weechat-curses \
36 ${IDIR_WEECHAT}/usr
/bin
/weechat
38 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk