wok diff vsftpd/receipt @ rev 22443
vlc: add hicolor-icon-theme -> post-install misses index.theme
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 15:29:27 2019 +0000 (2019-12-23) |
parents | 2a21689b0af7 |
children | 934055de50e2 |
line diff
1.1 --- a/vsftpd/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/vsftpd/receipt Mon Dec 23 15:29:27 2019 +0000 1.3 @@ -1,31 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vsftpd" 1.7 -VERSION="2.3.5" 1.8 +VERSION="3.0.3" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Secure FTP server" 1.11 +SHORT_DESC="Secure FTP server." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://security.appspot.com/vsftpd.html" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://vsftpd.beasts.org/" 1.18 WGET_URL="https://security.appspot.com/downloads/$TARBALL" 1.19 1.20 -DEPENDS="" 1.21 -BUILD_DEPENDS="wget" 1.22 - 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 make 1.28 - #&& make DESTDIR=$DESTDIR install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 - mkdir -p $fs/usr/bin $fs/etc 1.35 - cp -a $src/vsftpd $fs/usr/bin 1.36 - cp -a $src/vsftpd.conf $fs/etc 1.37 + mkdir -p $fs/usr/bin 1.38 + mkdir -p $fs/etc 1.39 + 1.40 + cp -a $src/vsftpd $fs/usr/bin 1.41 + cp -a $src/vsftpd.conf $fs/etc 1.42 } 1.43 -