wok-6.x diff proftpd/receipt @ rev 25564
Add missing glibc 2.19 patchs
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon May 08 16:56:41 2023 +0200 (18 months ago) |
parents | bc2b9d9bed6f |
children |
line diff
1.1 --- a/proftpd/receipt Sun Mar 06 21:04:14 2022 +0000 1.2 +++ b/proftpd/receipt Mon May 08 16:56:41 2023 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="proftpd" 1.7 -VERSION="1.3.6d" 1.8 +VERSION="1.3.7d" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Highly configurable FTP server." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -11,6 +11,7 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="ftp://ftp.proftpd.org/distrib/source/$TARBALL" 1.15 1.16 +SUGGESTED="proftpd-lang" 1.17 DEPENDS="" 1.18 BUILD_DEPENDS="" 1.19 1.20 @@ -29,9 +30,10 @@ 1.21 --sysconfdir=/etc \ 1.22 --localstatedir=/var \ 1.23 --mandir=/usr/share/man \ 1.24 + --enable-nls \ 1.25 $CONFIGURE_ARGS && 1.26 make && 1.27 - make DESTDIR=$DESTDIR install 1.28 + make install DESTDIR=$DESTDIR 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.