# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/cdcd/cdcd-0.6.6-r1.ebuild,v 1.2 2006/03/07 13:40:22 flameeyes Exp $ IUSE="" inherit eutils gnuconfig autotools DESCRIPTION="a simple yet powerful command line cd player" SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz" HOMEPAGE="http://libcdaudio.sourceforge.net/" DEPEND=">=sys-libs/ncurses-5.0 >=sys-libs/readline-4.2 >=media-libs/libcdaudio-0.99.4" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" src_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}/${P}-fbsd.patch" eautoconf } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog NEWS README }