From 1aacea2738c291c5e144ad1913c3ed6cca9f87db Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Apr 2014 09:53:28 +0200 Subject: use XZ tarballs as default --- package/vsftpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/vsftpd') diff --git a/package/vsftpd/Makefile b/package/vsftpd/Makefile index 5d42e38da..a04440bc8 100644 --- a/package/vsftpd/Makefile +++ b/package/vsftpd/Makefile @@ -7,13 +7,15 @@ PKG_NAME:= vsftpd PKG_VERSION:= 3.0.2 PKG_RELEASE:= 2 PKG_MD5SUM:= 8b00c749719089401315bd3c44dddbb2 -PKG_DESCR:= a fast and secure FTP server +PKG_DESCR:= fast and secure FTP server PKG_SECTION:= www PKG_DEPENDS:= libcap PKG_BUILDDEP:= libcap PKG_URL:= http://vsftpd.beasts.org/ PKG_SITES:= https://security.appspot.com/downloads/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,VSFTPD,vsftpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -- cgit v1.2.3