Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29166 - (show annotations) (download)
Fri May 26 12:58:48 2017 UTC (6 years, 11 months ago) by niro
File size: 819 byte(s)
auto added: ver bump to 0.94-r1
1 # $Id$
2
3 PNAME="libcdio"
4 PVER="0.94"
5 PBUILD="r1"
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-6.0
14 >= sys-libs/libstdc++-6.3"
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 --enable-nls \
37 --enable-cddb \
38 --with-cd-drive \
39 --with-cd-info \
40 --with-cdda-player \
41 --with-cd-read \
42 --with-iso-info \
43 --with-iso-read \
44 --enable-cxx \
45 || die
46
47 mmake || die
48 }