# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="CUE sheet parser library" HOMEPAGE="http://libcue.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" # src_compile() { # econf $(use_enable debug) # emake || die "emake failed" # } # src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS NEWS }