diff options
Diffstat (limited to 'package/l2tpns')
-rw-r--r-- | package/l2tpns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/l2tpns/Makefile b/package/l2tpns/Makefile index 073e142a2..c3e9f07cc 100644 --- a/package/l2tpns/Makefile +++ b/package/l2tpns/Makefile @@ -7,13 +7,15 @@ PKG_NAME:= l2tpns PKG_VERSION:= 2.1.21 PKG_RELEASE:= 3 PKG_MD5SUM:= 385c58055723ebc6c38062acd2db9c2c -PKG_DESCR:= A layer 2 tunneling protocol network server (LNS) +PKG_DESCR:= layer 2 tunneling protocol network server (LNS) PKG_SECTION:= net/security PKG_DEPENDS:= libcli PKG_BUILDDEP:= libcli PKG_URL:= http://l2tpns.sourceforge.net/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=l2tpns/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,L2TPNS,l2tpns,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |