Magellan Linux

Contents of /trunk/extras/vcdimager/vcdimager-0.7.23-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4570 - (show annotations) (download)
Fri Dec 25 11:38:00 2009 UTC (14 years, 5 months ago) by niro
File size: 782 byte(s)
auto added: ver bump to 0.7.23-r3
1 # $Id$
2
3 PNAME="vcdimager"
4 PVER="0.7.23"
5 PBUILD="r3"
6
7 PCATEGORIE="media-video"
8 STATE="unstable"
9
10 DESCRIPTION="GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs."
11 HOMEPAGE="http://www.gnu.org/software/vcdimager/"
12
13 DEPEND=">= dev-libs/popt-1.15
14 >= dev-libs/libxml2-2.7
15 >= dev-libs/libcdio-0.81"
16
17 SDEPEND=">= dev-util/pkgconfig-0.23"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 gnu://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_gnu ${PNAME} gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure \
36 --disable-dependency-tracking \
37 --with-cli-frontends \
38 --with-xml-prefix=/usr \
39 --disable-xmltest \
40 || die
41
42 mmake || die
43 }

Properties

Name Value
svn:keywords Id