# $Id$ PNAME="libdvdnav" PVER="4.1.3" PBUILD="r1" PCATEGORIE="media-libs" STATE="unstable" DESCRIPTION="The DVD navigation library." HOMEPAGE="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/" DEPEND=">= media-libs/libdvdread-0.9.7" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://www.mplayerhq.hu/MPlayer/releases/dvdnav/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.mplayerhq.hu/MPlayer/releases/dvdnav/ | grep ${PNAME}- | lasttarball" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # fix cflags and installs m4 in proper location mpatch ${PNAME}-${PVER}-build.patch || die }