|
Lines 1-6
Link Here
|
| 1 |
# Copyright 1999-2008 Gentoo Foundation |
1 |
# Copyright 1999-2009 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-1.10.1.ebuild,v 1.1 2008/11/09 08:08:33 vapier Exp $ |
3 |
# $Header: $ |
|
|
4 |
|
| 5 |
EAPI="2" |
| 4 |
|
6 |
|
| 5 |
DESCRIPTION="Run commands in an environment faking root privileges" |
7 |
DESCRIPTION="Run commands in an environment faking root privileges" |
| 6 |
HOMEPAGE="http://packages.qa.debian.org/f/fakeroot.html" |
8 |
HOMEPAGE="http://packages.qa.debian.org/f/fakeroot.html" |
|
Lines 14-25
Link Here
|
| 14 |
RDEPEND="" |
16 |
RDEPEND="" |
| 15 |
DEPEND="test? ( app-arch/sharutils )" |
17 |
DEPEND="test? ( app-arch/sharutils )" |
| 16 |
|
18 |
|
| 17 |
src_compile() { |
|
|
| 18 |
export CONFIG_SHELL="/bin/sh" #206944 |
| 19 |
econf || die |
| 20 |
emake || die |
| 21 |
} |
| 22 |
|
| 23 |
src_install() { |
19 |
src_install() { |
| 24 |
emake DESTDIR="${D}" install || die "install problem" |
20 |
emake DESTDIR="${D}" install || die "install problem" |
| 25 |
dodoc AUTHORS BUGS ChangeLog DEBUG NEWS README* |
21 |
dodoc AUTHORS BUGS ChangeLog DEBUG NEWS README* |