# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="daemon of the cdemu cd image mounting suite" HOMEPAGE="http://www.cdemu.org" SRC_URI="mirror://sourceforge/cdemu/cdemu-daemon-${PV}.tar.bz2" LICENSE="GLP-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~hppa" IUSE="" S="${WORKDIR}/cdemu-daemon-${PV}" DEPEND=">dev-libs/dbus-glib-0.6 >=dev-libs/libdaemon-0.10 >=dev-libs/libmirage-1.0.0" RDEPEND=">=sys-fs/vhba-1.0.0" src_compile() { local myconf myconf="--sysconfdir=/etc" econf ${myconf} || die "Error: econf failed!" emake || die "Error: emake failed!" } src_install() { emake install DESTDIR="${D}" || die "install failed" dodoc AUTHORS ChangeLog README TODO }