diff options
author | 2005-11-04 02:01:15 +0000 | |
---|---|---|
committer | 2005-11-04 02:01:15 +0000 | |
commit | dd34f37a0a9a6e2eee4339a45e29cc0dc1ef2dfb (patch) | |
tree | 6965ec8b0f0db9e2188b08c0542f863b3698f7e0 /dev-util/debootstrap/debootstrap-0.3.2.2.ebuild | |
parent | ia64 love (diff) | |
download | gentoo-2-dd34f37a0a9a6e2eee4339a45e29cc0dc1ef2dfb.tar.gz gentoo-2-dd34f37a0a9a6e2eee4339a45e29cc0dc1ef2dfb.tar.bz2 gentoo-2-dd34f37a0a9a6e2eee4339a45e29cc0dc1ef2dfb.zip |
Version bump.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-util/debootstrap/debootstrap-0.3.2.2.ebuild')
-rw-r--r-- | dev-util/debootstrap/debootstrap-0.3.2.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/debootstrap/debootstrap-0.3.2.2.ebuild b/dev-util/debootstrap/debootstrap-0.3.2.2.ebuild new file mode 100644 index 000000000000..5185192b1488 --- /dev/null +++ b/dev-util/debootstrap/debootstrap-0.3.2.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-0.3.2.2.ebuild,v 1.1 2005/11/04 02:01:15 vapier Exp $ + +DESCRIPTION="Debian bootstrap scripts" +HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" +SRC_URI="mirror://debian/pool/main/d/debootstrap/debootstrap_${PV}.tar.gz + mirror://gentoo/devices.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64" +IUSE="" + +DEPEND="sys-devel/binutils + net-misc/wget + app-arch/dpkg" + +src_unpack() { + unpack debootstrap_${PV}.tar.gz + cp "${DISTDIR}"/devices.tar.gz "${S}"/devices-std.tar.gz || die +} + +src_compile() { + emake pkgdetails debootstrap-arch || die +} + +src_install() { + make DESTDIR="${D}" install-allarch || die + dodoc TODO +} |