# Copyright 2009 Ricardo Salveti de Araujo # Distributed under the terms of the GNU General Public License v2 EAPI=2 DESCRIPTION="Bootstrap a Debian system" HOMEPAGE="http://packages.qa.debian.org/c/cdebootstrap.html" SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="net-misc/wget >=app-arch/dpkg-1.14.20 dev-libs/libdebian-installer" src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc doc/* debian/changelog debian/NEWS }