Magellan Linux

Annotation of /trunk/todo/vcdimager/vcdimager-0.7.23-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2617 - (hide annotations) (download)
Thu Jul 9 20:39:48 2009 UTC (14 years, 11 months ago) by niro
File size: 843 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/vcdimager/vcdimager-0.7.23-r2.smage2,v 1.1 2008/08/17 09:26:05 niro Exp $
2    
3     PNAME="vcdimager"
4     PVER="0.7.23"
5     PBUILD="r2"
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.13
14     >= dev-libs/libxml2-2.6
15     >= dev-libs/libcdio-0.80"
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     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     mconfigure \
34     --disable-dependency-tracking \
35     --with-cli-frontends \
36     --with-xml-prefix=/usr \
37     --disable-xmltest \
38     || die
39    
40     mmake || die
41     }

Properties

Name Value
svn:keywords Id