Magellan Linux

Contents of /branches/magellan-next/core/libcdio/libcdio-0.83-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9355 - (show annotations) (download)
Sun Nov 27 20:17:53 2011 UTC (12 years, 6 months ago) by niro
File size: 880 byte(s)
auto added: ver bump to 0.83-r2
1 # $Id$
2
3 PNAME="libcdio"
4 PVER="0.83"
5 PBUILD="r2"
6
7 PCATEGORIE="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
15 SDEPEND=">= dev-util/pkgconfig-0.25
16 >= sys-dev/gettext-0.18"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild multilib
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 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 }