# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.64.ebuild,v 1.2 2003/11/09 21:37:59 mholzer Exp $ IUSE="" DESCRIPTION="A library to encapsulate CD-ROM reading and control." HOMEPAGE="http://xine.sf.net" SRC_URI="mirror://sourceforge/xine/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_compile() { econf || die emake || die } src_install() { einstall || die dodoc AUTHORS COPYING Changelog INSTALL NEWS README THANKS }