wok diff proftpd/receipt @ rev 23342
updated perl-http-cookies (6.01 -> 6.08)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 09:07:34 2020 +0100 (2020-03-31) |
parents | 70fb5fbb6fde |
children | ffea8d93c567 |
line diff
1.1 --- a/proftpd/receipt Sat Oct 18 14:31:43 2014 +0200 1.2 +++ b/proftpd/receipt Tue Mar 31 09:07:34 2020 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="proftpd" 1.7 -VERSION="1.3.4d" 1.8 +VERSION="1.3.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Highly configurable FTP server." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="http://www.proftpd.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.proftpd.org/" 1.17 WGET_URL="ftp://ftp.proftpd.org/distrib/source/$TARBALL" 1.18 1.19 DEPENDS="" 1.20 @@ -16,11 +17,11 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 - ./configure --prefix=/usr \ 1.26 - --sysconfdir=/etc \ 1.27 - --localstatedir=/var \ 1.28 - --mandir=/usr/share/man \ 1.29 + ./configure \ 1.30 + --prefix=/usr \ 1.31 + --sysconfdir=/etc \ 1.32 + --localstatedir=/var \ 1.33 + --mandir=/usr/share/man \ 1.34 $CONFIGURE_ARGS && 1.35 make && 1.36 make DESTDIR=$DESTDIR install 1.37 @@ -29,11 +30,13 @@ 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - mkdir -p $fs/usr/lib 1.42 - cp -a $install/usr/sbin $fs/usr 1.43 - cp -a $install/usr/bin $fs/usr 1.44 - cp -a $install/usr/lib/proftpd $fs/usr/lib 1.45 - cp -a $install/etc $fs 1.46 + mkdir -p $fs/usr 1.47 + 1.48 + cp -a $install/usr/sbin $fs/usr 1.49 + cp -a $install/usr/bin $fs/usr 1.50 +# cp -a $install/usr/lib/proftpd $fs/usr/lib # empty directory 1.51 + cp -a $install/etc $fs 1.52 + 1.53 cat >> $fs/etc/proftpd.conf <<EOT 1.54 1.55 # SSLv3 is unsafe, see CVE-2014-3566 POODLE