Magellan Linux

Contents of /trunk/extras/libdvdnav/libdvdnav-0.1.10-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4536 - (show annotations) (download)
Thu Dec 24 23:53:10 2009 UTC (14 years, 4 months ago) by niro
File size: 629 byte(s)
auto added: ver bump to 0.1.10-r3
1 # $Id$
2
3 PNAME="libdvdnav"
4 PVER="0.1.10"
5 PBUILD="r3"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="The DVD navigation library."
11 HOMEPAGE="http://dvd.sourceforge.net/"
12
13 DEPEND=">= media-libs/libdvdread-0.9.7"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://dvd/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-build.patch
24 )
25
26 UP2DATE="updatecmd_sourceforge dvd ${PNAME}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix cflags and installs m4 in proper location
34 mpatch ${PNAME}-${PVER}-build.patch || die
35 }

Properties

Name Value
svn:keywords Id