Magellan Linux

Contents of /trunk/core/libcdio/libcdio-0.81-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5363 - (show annotations) (download)
Mon May 17 14:36:12 2010 UTC (14 years ago) by niro
File size: 903 byte(s)
auto added: ver bump to 0.81-r3
1 # $Id$
2
3 PNAME="libcdio"
4 PVER="0.81"
5 PBUILD="r3"
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 >= sys-libs/ncurses-5.7"
15
16 SDEPEND=">= dev-util/pkgconfig-0.23
17 >= sys-dev/gettext-0.17"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 gnu://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_gnu ${PNAME} gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure \
36 --disable-dependency-tracking \
37 --disable-vcd-info \
38 --with-cd-paranoia-name=libcdio-paranoia \
39 --enable-nls \
40 --enable-cddb \
41 --enable-cd-drive \
42 --enable-cd-info \
43 --enable-cd-paranoia \
44 --enable-cdda-player \
45 --enable-cd-read \
46 --enable-iso-info \
47 --enable-iso-read \
48 --enable-cxx \
49 || die
50
51 mmake || die
52 }

Properties

Name Value
svn:keywords Id