Magellan Linux

Contents of /trunk/core/libcdio/libcdio-0.80-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2788 - (show annotations) (download)
Fri Jul 10 19:37:45 2009 UTC (14 years, 10 months ago) by niro
File size: 933 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/libcdio/libcdio-0.80-r2.smage2,v 1.1 2008/04/03 09:47:57 niro Exp $
2
3 PNAME="libcdio"
4 PVER="0.80"
5 PBUILD="r2"
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.0"
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 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure \
33 --disable-dependency-tracking \
34 --disable-vcd-info \
35 --with-cd-paranoia-name=libcdio-paranoia \
36 --enable-nls \
37 --enable-cddb \
38 --enable-cd-drive \
39 --enable-cd-info \
40 --enable-cd-paranoia \
41 --enable-cdda-player \
42 --enable-cd-read \
43 --enable-iso-info \
44 --enable-iso-read \
45 --enable-cxx \
46 || die
47
48 mmake || die
49 }

Properties

Name Value
svn:keywords Id