summaryrefslogtreecommitdiff
path: root/package/rrs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
commitba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd (patch)
tree10c726d162bc0ded85eb7aeacf8f246bd39ad63a /package/rrs
parentbbd610f15a71b27c955175cb98392b114717fd47 (diff)
optimize ipkg package management
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
Diffstat (limited to 'package/rrs')
-rw-r--r--package/rrs/Makefile22
-rw-r--r--package/rrs/ipkg/rrs-nossl.control5
-rw-r--r--package/rrs/ipkg/rrs.control5
3 files changed, 13 insertions, 19 deletions
diff --git a/package/rrs/Makefile b/package/rrs/Makefile
index 54b461961..acb6d8354 100644
--- a/package/rrs/Makefile
+++ b/package/rrs/Makefile
@@ -9,21 +9,25 @@ PKG_NAME:= rrs
PKG_VERSION:= 1.70
PKG_RELEASE:= 2
PKG_MD5SUM:= b400d03c0e39e3e78a7327ba78f789f0
-MASTER_SITES:= http://www.cycom.se/uploads/36/19/
-PKG_DEPEND:= libopenssl zlib
-PKG_DEPEND_NOSSL:= zlib
+PKG_DESCR:= A reverse (connecting) remote shell, with SSL support.
+PKG_SECTION:= net
+PKG_URL:= http://www.cycom.se/dl/rrs
+PKG_SITES:= http://www.cycom.se/uploads/36/19/
+
+PKG_DEPENDS:= libopenssl zlib
+PKG_DEPENDS_NOSSL:= zlib
ifeq ($(ADK_COMPILE_RRS_WITH_UCLIBCXX),y)
-PKG_DEPEND+= uclibc++
-PKG_DEPEND_NOSSL+= uclibc++
+PKG_DEPENDS+= uclibc++
+PKG_DEPENDS_NOSSL+= uclibc++
else
-PKG_DEPEND+= libstdcxx
-PKG_DEPEND_NOSSL+= libstdcxx
+PKG_DEPENDS+= libstdcxx
+PKG_DEPENDS_NOSSL+= libstdcxx
endif
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,RRS,rrs,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEND}))
-$(eval $(call PKG_template,RRS_NOSSL,rrs-nossl,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEND_NOSSL}))
+$(eval $(call PKG_template,RRS,rrs,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,RRS_NOSSL,rrs-nossl,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS_NOSSL},${PKG_DESCR},${PKG_SECTION}))
ifeq ($(ADK_COMPILE_RRS_WITH_UCLIBCXX),y)
PKG_CFLAGS=-fno-builtin -fno-rtti -nostdinc++
diff --git a/package/rrs/ipkg/rrs-nossl.control b/package/rrs/ipkg/rrs-nossl.control
deleted file mode 100644
index a61cd7049..000000000
--- a/package/rrs/ipkg/rrs-nossl.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: rrs-nossl
-Priority: optional
-Section: net
-Description: A reverse (connecting) remote shell, without SSL support.
-
diff --git a/package/rrs/ipkg/rrs.control b/package/rrs/ipkg/rrs.control
deleted file mode 100644
index 2652d7603..000000000
--- a/package/rrs/ipkg/rrs.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: rrs
-Priority: optional
-Section: net
-Description: A reverse (connecting) remote shell, with SSL support.
-