# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm MY_P=${P/_/} S=${WORKDIR}/${MY_P} DESCRIPTION="DVD95 is an gnome application to convert DVD9 to DVD5." HOMEPAGE="http://dvd95.sourceforge.net/" SRC_URI="mirror://sourceforge/dvd95/${MY_P}.src.rpm" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="gnome-base/libgnomeui media-libs/libdvdread" RDEPEND="gnome-base/libgnomeui media-libs/libdvdread" src_unpack() { rpm_src_unpack ${A} cd ${S} } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog COPYING NEWS README }