summaryrefslogtreecommitdiff
path: root/package/ctorrent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ctorrent/Makefile')
-rwxr-xr-xpackage/ctorrent/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/package/ctorrent/Makefile b/package/ctorrent/Makefile
index c9cf60739..44436bb7f 100755
--- a/package/ctorrent/Makefile
+++ b/package/ctorrent/Makefile
@@ -9,17 +9,22 @@ PKG_NAME:= ctorrent
PKG_VERSION:= 1.3.4-dnh2
PKG_RELEASE:= 2
PKG_MD5SUM:= 6635e2d0d0ee21faeb85d95cd93c137b
-MASTER_SITES:= http://www.rahul.net/dholmes/ctorrent/
+PKG_DESCR:= console-based BitTorrent client
+PKG_SECTION:= net
+PKG_URL:= http://www.rahul.net/dholmes/ctorrent
+PKG_SITES:= http://www.rahul.net/dholmes/ctorrent/
+
WRKDIST= ${WRKDIR}/${PKG_NAME}-dnh2
+
ifeq ($(ADK_COMPILE_CTORRENT_WITH_UCLIBCXX),y)
-PKG_DEPEND:= uclibc++
+PKG_DEPENDS:= uclibc++
else
-PKG_DEPEND:= libstdcxx
+PKG_DEPENDS:= libstdcxx
endif
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,CTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEND}))
+$(eval $(call PKG_template,CTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
ifeq ($(ADK_COMPILE_CTORRENT_WITH_UCLIBCXX),y)
TCXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++