diff options
Diffstat (limited to 'package/pptpd')
-rw-r--r-- | package/pptpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile index b07203521..ad91ee1e2 100644 --- a/package/pptpd/Makefile +++ b/package/pptpd/Makefile @@ -7,12 +7,14 @@ PKG_NAME:= pptpd PKG_VERSION:= 1.3.4 PKG_RELEASE:= 2 PKG_MD5SUM:= b38df9c431041922c997c1148bedf591 -PKG_DESCR:= a Point-to-Point Tunneling Protocol (PPTP) server +PKG_DESCR:= Point-to-Point Tunneling Protocol (PPTP) server PKG_SECTION:= ppp PKG_DEPENDS:= ppp kmod-crypto kmod-ppp-mppe kmod-ppp kmod-net-ipgre PKG_URL:= http://www.poptop.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=poptop/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_LIBC_DEPENDS:= uclibc glibc include ${TOPDIR}/mk/package.mk |