wok-6.x diff proftpd-tls/receipt @ rev 25565
Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue May 09 17:24:00 2023 +0000 (18 months ago) |
parents | bc2b9d9bed6f |
children |
line diff
1.1 --- a/proftpd-tls/receipt Sun Mar 06 21:04:14 2022 +0000 1.2 +++ b/proftpd-tls/receipt Tue May 09 17:24:00 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="proftpd-tls" 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="mojo@slitaz.org" 1.12 @@ -24,15 +24,16 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - ./configure \ 1.17 - --prefix=/usr \ 1.18 - --sysconfdir=/etc \ 1.19 - --localstatedir=/var/run \ 1.20 - --mandir=/usr/share/man \ 1.21 - --with-modules=mod_tls \ 1.22 + ./configure \ 1.23 + --prefix=/usr \ 1.24 + --sysconfdir=/etc \ 1.25 + --localstatedir=/var/run \ 1.26 + --mandir=/usr/share/man \ 1.27 + --enable-nls \ 1.28 + --with-modules=mod_tls \ 1.29 $CONFIGURE_ARGS && 1.30 make && 1.31 - make DESTDIR=$DESTDIR install 1.32 + make install DESTDIR=$DESTDIR 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 @@ -45,9 +46,9 @@ 1.37 cp -a $install/usr/bin $fs/usr 1.38 cp -a $install/etc $fs 1.39 install -g root -o root -m 0755 $stuff/protocols \ 1.40 - $fs/etc 1.41 + $fs/etc 1.42 install -g root -o root -m 0755 $stuff/proftpd \ 1.43 - $fs/etc/init.d 1.44 + $fs/etc/init.d 1.45 } 1.46 1.47 post_install()