diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:56:01 +0200 |
commit | 1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch) | |
tree | f8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/pptpd | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
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 |