# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="a CD drive emulator for Linux -- command-line client" HOMEPAGE="http://cdemu.sourceforge.net/" OUTER_TARBALL="userspace-cdemu-${PV//./-}.tar" INNER_TARBALL="${PN}-1.0.0.tar.gz" SRC_URI="http://kabelkaos.net/cdemu/cdemu-vhba/${OUTER_TARBALL}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" S="${WORKDIR}/${PN}-1.0.0" DEPEND=">=dev-lang/python-2.4 >=dev-python/dbus-python-0.71 app-cdr/cdemu-daemon !app-cdr/cdemu" src_unpack() { cd "${WORKDIR}" unpack ${A} unpack "./${INNER_TARBALL}" } src_install() { emake install DESTDIR="${D}" || die "emake einstall failed" dodoc README }