diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-27 06:21:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-27 06:21:34 +0000 |
commit | eb492e677f3b16fe34faa97987c1f4e4d839cb5a (patch) | |
tree | e51e87b1a3de9c23e5d22d07875877c9631025fd /net-ftp/oftpd | |
parent | Closes #45691 (Manifest recommit) (diff) | |
download | gentoo-2-eb492e677f3b16fe34faa97987c1f4e4d839cb5a.tar.gz gentoo-2-eb492e677f3b16fe34faa97987c1f4e4d839cb5a.tar.bz2 gentoo-2-eb492e677f3b16fe34faa97987c1f4e4d839cb5a.zip |
touchups
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7.ebuild | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/net-ftp/oftpd/oftpd-0.3.7.ebuild b/net-ftp/oftpd/oftpd-0.3.7.ebuild index fa38aec9ca9c..1031bff14d28 100644 --- a/net-ftp/oftpd/oftpd-0.3.7.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.7.ebuild @@ -1,33 +1,28 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7.ebuild,v 1.4 2004/03/26 05:13:38 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7.ebuild,v 1.5 2004/03/27 06:21:34 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Secure, small, anonymous only ftpd" -SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" HOMEPAGE="http://www.time-travellers.org/oftpd" +SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" -DEPEND="virtual/glibc" - -SLOT="0" LICENSE="as-is" -KEYWORDS="x86 sparc ~ppc ~ppc64" +SLOT="0" +KEYWORDS="x86 ~ppc ~ppc64 sparc" + +DEPEND="virtual/glibc" src_compile() { # local myconf # ipv6 support busted according to lamer # use ipv6 && myconf="${myconf} --enable-ipv6" - ./configure \ - --prefix=/usr \ - --bindir=/usr/sbin \ - --mandir=/usr/share/man \ - --host=${CHOST} ${myconf} || die + econf || die emake || die } src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS BUGS COPYING INSTALL FAQ NEWS README TODO + dodoc AUTHORS BUGS FAQ NEWS README TODO dodir /home/ftp exeinto /etc/init.d newexe ${FILESDIR}/init.d.oftpd oftpd |