Magellan Linux

Contents of /trunk/extras/libcdio/libcdio-0.90-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14349 - (show annotations) (download)
Thu Dec 13 13:15:01 2012 UTC (11 years, 6 months ago) by niro
File size: 918 byte(s)
-disabled
1 # $Id$
2
3 PNAME="libcdio"
4 PVER="0.90"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8 STATE="disabled"
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.9
15 >= sys-libs/libstdc++-4.7"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= sys-dev/gettext-0.18"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild multilib
24
25 SRC_URI=(
26 gnu://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd_gnu ${PNAME} gz"
31
32 src_compile()
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 }