# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils SLOT="2.1" LICENSE="BSD" KEYWORDS="~x86 ~amd64" DESCRIPTION="Utilities for libcdorganizer" SRC_URI="http://libcdorganizer.sourceforge.net/download/${P}.tar.bz2" HOMEPAGE="http://libcdorganizer.sourceforge.net" IUSE="" DEPEND="=dev-libs/libusb-0.1* =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 =dev-libs/libcdorganizer-2.1*" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }