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 ${TOPDIR}/rules.mk
9 PKG_MD5SUM
:= 337dae91d4775e03b6681f61db56d2a7
10 PKG_DESCR
:= a textbased MSN client
12 PKG_URL
:= http
://tmsnc.sourceforge.net
/
13 PKG_SITES
:= ${MASTER_SITE_SOURCEFORGE
:=tmsnc
/}
15 include ${TOPDIR}/mk
/package.mk
17 $(eval
$(call PKG_template
,TMSNC
,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
19 CONFIGURE_ARGS
+= --with-libiconv-prefix
=${STAGING_TARGET_DIR}/usr \
20 --with-openssl
=${STAGING_TARGET_DIR}/usr \
21 --with-ncurses
=${STAGING_TARGET_DIR}
24 ${INSTALL_DIR} ${IDIR_TMSNC}/usr
/bin
25 ${INSTALL_BIN} ${WRKINST}/usr
/bin
/tmsnc
${IDIR_TMSNC}/usr
/bin
27 include ${TOPDIR}/mk
/pkg-bottom.mk