Magellan Linux

Annotation of /trunk/extras/lsdvd/lsdvd-0.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 724 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/lsdvd/lsdvd-0.16-r2.smage2,v 1.1 2008/04/20 21:41:39 niro Exp $
2    
3     PNAME="lsdvd"
4     PVER="0.16"
5     PBUILD="r2"
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-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://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-libdvdread.patch
24     )
25    
26     src_prepare()
27     {
28     munpack ${SRCFILE} || die
29     cd ${SRCDIR}
30    
31     # fix build against newer libdvdread
32     mpatch ${PNAME}-${PVER}-libdvdread.patch || die
33    
34     autoreconf --verbose --install --force || die
35     }

Properties

Name Value
svn:keywords Id