Magellan Linux

Contents of /branches/R11-stable/extras/libcdio/libcdio-0.83-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15193 - (show annotations) (download)
Wed Jan 2 10:56:18 2013 UTC (11 years, 4 months ago) by niro
File size: 901 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libcdio"
4 PVER="0.83"
5 PBUILD="r4"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="GNU Compact Disc Input and Control Library."
10 HOMEPAGE="http://www.gnu.org/software/libcdio/"
11
12 DEPEND=">= media-libs/libcddb-1.3.2
13 >= sys-libs/ncurses-5.9
14 >= sys-libs/libstdc++-4.7"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= sys-dev/gettext-0.18"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild multilib
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 mconfigure \
34 --disable-dependency-tracking \
35 --disable-vcd-info \
36 --with-cd-paranoia-name=libcdio-paranoia \
37 --enable-nls \
38 --enable-cddb \
39 --enable-cd-drive \
40 --enable-cd-info \
41 --enable-cd-paranoia \
42 --enable-cdda-player \
43 --enable-cd-read \
44 --enable-iso-info \
45 --enable-iso-read \
46 --enable-cxx \
47 || die
48
49 mmake || die
50 }