summaryrefslogtreecommitdiff
path: root/package/l2tpns/Makefile
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/l2tpns/Makefile
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/l2tpns/Makefile')
-rw-r--r--package/l2tpns/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/l2tpns/Makefile b/package/l2tpns/Makefile
index 5a18d3bf4..3a9978957 100644
--- a/package/l2tpns/Makefile
+++ b/package/l2tpns/Makefile
@@ -6,20 +6,20 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= l2tpns
-PKG_VERSION:= 2.1.14
+PKG_VERSION:= 2.1.21
PKG_RELEASE:= 1
-PKG_MD5SUM:= 2a0ee2a3678160c335f1d68c17c4f871
-MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=l2tpns/}
+PKG_MD5SUM:= 385c58055723ebc6c38062acd2db9c2c
+PKG_DESCR:= A layer 2 tunneling protocol network server (LNS)
+PKG_SECTION:= net
+PKG_URL:= http://l2tpns.sourceforge.net/
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=l2tpns/}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,L2TPNS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE}))
+$(eval $(call PKG_template,L2TPNS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
BUILD_FLAGS= auto
INSTALL_STYLE= auto
-XAKE_FLAGS+= OPTIM="${TARGET_CFLAGS}" \
- STAGING_DIR=${STAGING_DIR} \
- LD="${TARGET_CC}"
post-install:
${INSTALL_DIR} ${IDIR_L2TPNS}/etc/l2tpns