# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Asunder is a graphical CD ripper and encoder" HOMEPAGE="http://littlesvr.ca/asunder/" SRC_URI="http://littlesvr.ca/asunder/releases/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" IUSE="lame vorbis flac" DEPEND=">=x11-libs/gtk+-2.4 media-libs/libcddb media-sound/cdparanoia" RDEPEND="${DEPEND} lame? ( media-sound/lame ) vorbis? ( media-sound/vorbis-tools ) flac? ( media-libs/flac )" src_install() { emake DESTDIR="${D}" install || die "Install failed" dodir /usr/share/applications cp ${FILESDIR}/asunder.desktop ${D}/usr/share/applications dodoc AUTHORS ChangeLog NEWS README TODO }