Magellan Linux

Contents of /trunk/extras/libdvdread/libdvdread-0.9.7-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4162 - (show annotations) (download)
Thu Nov 26 13:04:19 2009 UTC (14 years, 6 months ago) by niro
File size: 948 byte(s)
auto added: ver bump to 0.9.7-r4
1 # $Id$
2
3 PNAME="libdvdread"
4 PVER="0.9.7"
5 PBUILD="r4"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Simple foundation for reading DVDs."
11 HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd/"
12
13 DEPEND=">= media-libs/libdvdcss-1.2.10"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild mtools
19
20 SRC_URI=(
21 http://www.dtek.chalmers.se/groups/dvd/dist/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-udfsymbols.patch
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE}/dist/ | grep ${PNAME}- | lasttarball gz"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # add udf symbols
34 mpatch ${PNAME}-${PVER}-udfsymbols.patch || die
35 autoreconf --install --force || die
36 }
37
38 src_install()
39 {
40 cd ${SRCDIR}
41 mmake DESTDIR=${BINDIR} install || die
42
43 minstallexec src/.libs/\* || die
44 mv ${BINDIR}/usr/bin/ifo_dump{,_dvdread} || die
45
46 minstalldocs AUTHORS ChangeLog COPYING NEWS README TODO || die
47 }

Properties

Name Value
svn:keywords Id