# HG changeset patch # User Hans-G?nter Theisgen # Date 1656518879 -3600 # Node ID d642857253e77997f0f6573e44d6d5e0ddee3964 # Parent 94c4d1ac52fd9388197129ab8bc5974acb6d6c2d updated proftpd-tls (1.3.6d -> 1.3.7d) diff -r 94c4d1ac52fd -r d642857253e7 proftpd-tls/receipt --- a/proftpd-tls/receipt Wed Jun 29 16:56:24 2022 +0100 +++ b/proftpd-tls/receipt Wed Jun 29 17:07:59 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="proftpd-tls" -VERSION="1.3.6d" +VERSION="1.3.7d" CATEGORY="network" SHORT_DESC="Highly configurable FTP server." MAINTAINER="mojo@slitaz.org" @@ -24,15 +24,16 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/run \ - --mandir=/usr/share/man \ - --with-modules=mod_tls \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/run \ + --mandir=/usr/share/man \ + --enable-nls \ + --with-modules=mod_tls \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -45,9 +46,9 @@ cp -a $install/usr/bin $fs/usr cp -a $install/etc $fs install -g root -o root -m 0755 $stuff/protocols \ - $fs/etc + $fs/etc install -g root -o root -m 0755 $stuff/proftpd \ - $fs/etc/init.d + $fs/etc/init.d } post_install()