Magellan Linux

Contents of /trunk/extras/lsdvd/lsdvd-0.16-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4550 - (show annotations) (download)
Fri Dec 25 10:24:26 2009 UTC (14 years, 5 months ago) by niro
File size: 678 byte(s)
auto added: ver bump to 0.16-r4
1 # $Id$
2
3 PNAME="lsdvd"
4 PVER="0.16"
5 PBUILD="r4"
6
7 PCATEGORIE="media-video"
8 STATE="unstable"
9
10 DESCRIPTION="Lsdvd reads the contents of a DVD."
11 HOMEPAGE="http://untrepid.com/lsdvd/"
12
13 DEPEND=">= media-libs/libdvdread-4.1.3"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-libdvdread.patch
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix build against newer libdvdread
34 mpatch ${PNAME}-${PVER}-libdvdread.patch || die
35
36 autoreconf --verbose --install --force || die
37 }

Properties

Name Value
svn:keywords Id