Magellan Linux

Contents of /trunk/todo/libdvdread/libdvdread-0.9.7-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2427 - (show annotations) (download)
Thu Jul 9 19:55:21 2009 UTC (14 years, 10 months ago) by niro
File size: 971 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/libdvdread/libdvdread-0.9.7-r3.smage2,v 1.3 2008/02/13 22:10:23 niro Exp $
2
3 PNAME="libdvdread"
4 PVER="0.9.7"
5 PBUILD="r3"
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"
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 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # add udf symbols
32 mpatch ${PNAME}-${PVER}-udfsymbols.patch || die
33 autoreconf --install --force || die
34 }
35
36 src_install()
37 {
38 cd ${SRCDIR}
39 mmake DESTDIR=${BINDIR} install || die
40
41 minstallexec src/.libs/\* || die
42 mv ${BINDIR}/usr/bin/ifo_dump{,_dvdread} || die
43
44 minstalldocs AUTHORS ChangeLog COPYING NEWS README TODO || die
45 }

Properties

Name Value
svn:keywords Id