summaryrefslogtreecommitdiff
path: root/package/frickin
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/frickin
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/frickin')
-rw-r--r--package/frickin/Makefile9
-rw-r--r--package/frickin/files/frickin.init3
-rw-r--r--package/frickin/files/frickin.postinst (renamed from package/frickin/ipkg/frickin.postinst)0
-rw-r--r--package/frickin/ipkg/frickin.control4
4 files changed, 6 insertions, 10 deletions
diff --git a/package/frickin/Makefile b/package/frickin/Makefile
index 1b4fe10cd..2e30b665b 100644
--- a/package/frickin/Makefile
+++ b/package/frickin/Makefile
@@ -9,19 +9,18 @@ PKG_NAME:= frickin
PKG_VERSION:= 1.3
PKG_RELEASE:= 9
PKG_MD5SUM:= 5b2e98da2310c71c703d4617b88a173f
-MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=frickin/}
+PKG_DESCR:= PPTP proxy
+PKG_SECTION: net
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=frickin/}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,FRICKIN,frickin,${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,FRICKIN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
BUILD_STYLE= auto
do-install:
- ${INSTALL_DIR} ${IDIR_FRICKIN}/etc/init.d
${INSTALL_DIR} ${IDIR_FRICKIN}/usr/sbin
- ${INSTALL_BIN} ./files/frickin.init \
- ${IDIR_FRICKIN}/etc/init.d/frickin
${INSTALL_BIN} ${WRKBUILD}/frickin ${IDIR_FRICKIN}/usr/sbin/
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/frickin/files/frickin.init b/package/frickin/files/frickin.init
index 2c3a117b3..4e63232c0 100644
--- a/package/frickin/files/frickin.init
+++ b/package/frickin/files/frickin.init
@@ -1,5 +1,6 @@
#!/bin/sh
-#FWINIT 75
+#PKG frickin
+#INIT 75
. /etc/rc.conf
case $1 in
diff --git a/package/frickin/ipkg/frickin.postinst b/package/frickin/files/frickin.postinst
index e7dfd069e..e7dfd069e 100644
--- a/package/frickin/ipkg/frickin.postinst
+++ b/package/frickin/files/frickin.postinst
diff --git a/package/frickin/ipkg/frickin.control b/package/frickin/ipkg/frickin.control
deleted file mode 100644
index a8b3fb4f0..000000000
--- a/package/frickin/ipkg/frickin.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: frickin
-Priority: optional
-Section: net
-Description: PPTP (Point-to-Point Tunneling Protocol) proxy