# $Header: /magellan-cvs/smage/lsdvd/lsdvd-0.16-r2.smage2,v 1.1 2008/04/20 21:41:39 niro Exp $ PNAME="lsdvd" PVER="0.16" PBUILD="r2" PCATEGORIE="media-video" STATE="unstable" DESCRIPTION="Lsdvd reads the contents of a DVD." HOMEPAGE="http://untrepid.com/lsdvd/" DEPEND=">= media-libs/libdvdread-0.9.7" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-${PVER}-libdvdread.patch ) src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # fix build against newer libdvdread mpatch ${PNAME}-${PVER}-libdvdread.patch || die autoreconf --verbose --install --force || die }