diff options
Diffstat (limited to 'sys-apps/fakeroot/fakeroot-0.4.4.ebuild')
-rw-r--r-- | sys-apps/fakeroot/fakeroot-0.4.4.ebuild | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/sys-apps/fakeroot/fakeroot-0.4.4.ebuild b/sys-apps/fakeroot/fakeroot-0.4.4.ebuild index b62149fe2698..ef16b2b2c07a 100644 --- a/sys-apps/fakeroot/fakeroot-0.4.4.ebuild +++ b/sys-apps/fakeroot/fakeroot-0.4.4.ebuild @@ -1,26 +1,20 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-0.4.4.ebuild,v 1.1 2002/08/13 14:20:36 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-0.4.4.ebuild,v 1.1.1.1 2005/11/30 09:56:55 chriswhite Exp $ MY_P="${PN}_${PV}-4.1" DESCRIPTION="Run commands in an environment faking root privileges" HOMEPAGE="http://joostje.op.het.net/fakeroot/index.html" -SRC_URI="http://ftp.debian.org/debian/dists/potato/main/source/utils/${MY_P}.tar.gz" +SRC_URI="mirror://debian/dists/potato/main/source/utils/${MY_P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" - -RDEPEND=">=virtual/glibc-2.2.2" -DEPEND="${RDEPEND}" +KEYWORDS="x86 ~hppa amd64" +IUSE="" -S="${WORKDIR}/${P}" - -src_compile() { - econf || die "configure problem" - emake || die "compile problem" -} +RDEPEND="virtual/libc" -src_install () { +src_install() { make DESTDIR=${D} install || die "install problem" } |