diff options
author | sibel <lesibel@free.fr> | 2011-03-10 09:00:05 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-10 09:00:05 +0100 |
commit | c687289d96408f4ad4605abaa20d7e4ac13c2db1 (patch) | |
tree | 7b6cdc9f7feb162b9145e320ffdee1572bb15123 /extra/proftpd/Pkgfile | |
parent | 54833ee7430b98a5f95b6295335e6a12dd93e0c2 (diff) | |
download | nutyx-extra-c687289d96408f4ad4605abaa20d7e4ac13c2db1.tar.gz nutyx-extra-c687289d96408f4ad4605abaa20d7e4ac13c2db1.tar.bz2 nutyx-extra-c687289d96408f4ad4605abaa20d7e4ac13c2db1.tar.xz nutyx-extra-c687289d96408f4ad4605abaa20d7e4ac13c2db1.zip |
proftpd, déplacé dans ouvert
Diffstat (limited to 'extra/proftpd/Pkgfile')
-rw-r--r-- | extra/proftpd/Pkgfile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/extra/proftpd/Pkgfile b/extra/proftpd/Pkgfile deleted file mode 100644 index 447bd7dd4..000000000 --- a/extra/proftpd/Pkgfile +++ /dev/null @@ -1,32 +0,0 @@ -# Description: Serveur FTP de très grande performance -# URL: http://www.proftpd.org/ -# Maintainer: Cobex4 -# Packager: cobex4 at gmail dot com -# Depends on: libldap, libmysql, libpostgresql -# Run on: - -name=proftpd -version=1.3.3c -release=1 -source=ftp://ftp.proftpd.org/distrib/source/$name-$version.tar.gz - -build() { - source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 - tar xf $scripts-$scriptsversion.tar.bz2 - cd $name-$version - ./configure --prefix=/usr --mandir=/usr/share/man --disable-pam \ - --with-modules=mod_quotatab:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres \ - --sysconfdir=/etc --localstatedir=/var/run --enable-ctrls --enable-ipv6 \ - --with-includes=/usr/include/mysql:/usr/include/postgresql \ - --with-libraries=/usr/lib/mysql:/usr/lib/postgresql --enable-nls - - make - make prefix=$PKG/usr install - -# Install du service - cd $SRC/$scripts-$scriptsversion - make DESTDIR=$PKG install-proftpd - rm -r $PKG/etc/sysconfig - rm -r $PKG/etc/rc.d/rcsysinit.d -} |