summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild')
-rw-r--r--net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild55
1 files changed, 0 insertions, 55 deletions
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
-}
-
-
-
-