# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.3.ebuild,v 1.16 2005/09/10 13:10:36 flameeyes Exp $ DESCRIPTION="Library for DVD navigation tools." HOMEPAGE="http://sourceforge.net/projects/dvd/" SRC_URI="mirror://sourceforge/dvd/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha" IUSE="" DEPEND="media-libs/libdvdread" src_install () { make DESTDIR=${D} install || die dodoc AUTHORS NEWS README } pkg_postinst() { einfo einfo "Please remove old versions of libdvdnav manually," einfo "having multiple versions installed can cause problems." einfo }