Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8030 - (show annotations) (download)
Wed Jun 29 07:59:25 2011 UTC (12 years, 11 months ago) by niro
File size: 886 byte(s)
auto added: ver bump to 0.82-r2
1 # $Id$
2
3 PNAME="libcdio"
4 PVER="0.82"
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
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 cd ${SRCDIR}
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 }