diff options
Diffstat (limited to 'net-libs/libtirpc/libtirpc-0.1.7.ebuild')
-rw-r--r-- | net-libs/libtirpc/libtirpc-0.1.7.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net-libs/libtirpc/libtirpc-0.1.7.ebuild b/net-libs/libtirpc/libtirpc-0.1.7.ebuild deleted file mode 100644 index a380ddfb89c5..000000000000 --- a/net-libs/libtirpc/libtirpc-0.1.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtirpc/libtirpc-0.1.7.ebuild,v 1.1 2007/12/29 08:58:18 vapier Exp $ - -DESCRIPTION="Transport Independent RPC library (SunRPC replacement)" -HOMEPAGE="http://libtirpc.sourceforge.net/" -SRC_URI="http://nfsv4.bullopensource.org/tarballs/tirpc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e 's:/etc/netconfig:$(DESTDIR)/etc/netconfig:' \ - Makefile.in - emake -s distclean || die -} - -src_compile() { - # gss stuff needs updating to latest API - econf --disable-gss || die - emake || die -} - -src_install() { - dodir /etc - emake install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} |