diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:54 +0000 |
commit | 3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch) | |
tree | b0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /net-ftp/proftpd | |
parent | Some cleanup (diff) | |
download | gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2 gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip |
*** empty log message ***
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r-- | net-ftp/proftpd/files/digest-proftpd-1.2.0_rc2-r1 | 1 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild | 55 |
2 files changed, 0 insertions, 56 deletions
diff --git a/net-ftp/proftpd/files/digest-proftpd-1.2.0_rc2-r1 b/net-ftp/proftpd/files/digest-proftpd-1.2.0_rc2-r1 deleted file mode 100644 index 19a1f14a9414..000000000000 --- a/net-ftp/proftpd/files/digest-proftpd-1.2.0_rc2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 13e48f0f4006738ffb9aa7c28ab0ae63 proftpd-1.2.0rc2.tar.gz diff --git a/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild deleted file mode 100644 index 84a6eb62dac9..000000000000 --- a/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild,v 1.5 2001/01/27 14:41:33 achim Exp $ - -P=proftpd-1.2.0rc2 -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="proftpd." -SRC_URI="ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/${P}.tar.gz" -HOMEPAGE="http://www.proftpd.net/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=dev-db/mysql-3.23.26 - >=net-nds/openldap-1.2.11" - -src_unpack() { - unpack ${A} -} - -src_compile() { - LDFLAGS="-Lssl" CFLAGS="$CFLAGS -I/usr/include/mysql" try ./configure --host=${CHOST} --prefix=/usr --sbindir=/usr/sbin \ - --sysconfdir=/etc/proftp --localstatedir=/var/run --mandir=/usr/man \ - --with-modules=mod_ldap:mod_ratio:mod_readme:mod_linuxprivs:mod_mysql:mod_sqlpw:mod_pam \ - --disable-sendfile --enable-shadow --enable-autoshadow - try make clean - try make - -} - -src_install() { - try make install prefix=${D}/usr sysconfdir=${D}/etc/proftp mandir=${D}/usr/man \ - localstatedir=${D}/var/run sbindir=${D}/usr/sbin - prepman - - cd ${S} - into /usr - dodir /home/ftp - dobin contrib/genuser.pl - dodoc COPYING CREDITS ChangeLog NEWS - dodoc README* - cd doc - dodoc API Changes-1.2.0pre3 license.txt GetConf ShowUndocumented - dodoc Undocumented.txt development.notes - docinto html - dodoc *.html - docinto rfc - dodoc rfc/*.txt - cp ${O}/files/proftpd.conf ${D}/etc/proftp -} - - - - |