# $Header: /magellan-cvs/smage/vcdimager/vcdimager-0.7.23-r2.smage2,v 1.1 2008/08/17 09:26:05 niro Exp $ PNAME="vcdimager" PVER="0.7.23" PBUILD="r2" PCATEGORIE="media-video" STATE="unstable" DESCRIPTION="GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs." HOMEPAGE="http://www.gnu.org/software/vcdimager/" DEPEND=">= dev-libs/popt-1.13 >= dev-libs/libxml2-2.6 >= dev-libs/libcdio-0.80" SDEPEND=">= dev-util/pkgconfig-0.23" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( gnu://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mconfigure \ --disable-dependency-tracking \ --with-cli-frontends \ --with-xml-prefix=/usr \ --disable-xmltest \ || die mmake || die }