# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_P="${PN}_${PV}" DESCRIPTION="morphix maker is a tool used to build a morphix live cd " HOMEPAGE="http://dev.morphix.org/" SRC_URI="http://www.morphix.org/debian/source/${MY_P}.tar.gz" LICENSE="GPL" KEYWORDS="~x86" SLOT="0" IUSE="" DEPEND="dev-libs/libxml2 dev-libs/glib dev-util/debootstrap sys-apps/debianutils" S=${WORKDIR}/mmaker src_compile() { emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc README dodoc TODO }