Magellan Linux

Annotation of /trunk/core/libcdio/libcdio-0.81-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2790 - (hide annotations) (download)
Fri Jul 10 19:42:07 2009 UTC (14 years, 10 months ago) by niro
File size: 878 byte(s)
auto added: ver bump to 0.81-r1
1 niro 2790 # $Id$
2    
3     PNAME="libcdio"
4     PVER="0.81"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="GNU Compact Disc Input and Control Library."
11     HOMEPAGE="http://www.gnu.org/software/libcdio/"
12    
13     DEPEND=">= media-libs/libcddb-1.3.2"
14    
15     SDEPEND=">= dev-util/pkgconfig-0.23
16     >= sys-dev/gettext-0.17"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22    
23     SRC_URI=(
24     gnu://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd_gnu ${PNAME} gz"
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     mconfigure \
35     --disable-dependency-tracking \
36     --disable-vcd-info \
37     --with-cd-paranoia-name=libcdio-paranoia \
38     --enable-nls \
39     --enable-cddb \
40     --enable-cd-drive \
41     --enable-cd-info \
42     --enable-cd-paranoia \
43     --enable-cdda-player \
44     --enable-cd-read \
45     --enable-iso-info \
46     --enable-iso-read \
47     --enable-cxx \
48     || die
49    
50     mmake || die
51     }

Properties

Name Value
svn:keywords Id