Magellan Linux

Annotation of /branches/R11-stable/extras/libcdio/libcdio-0.93-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22909 - (hide annotations) (download)
Tue Oct 28 09:11:43 2014 UTC (9 years, 6 months ago) by niro
File size: 819 byte(s)
-release branches/R11-stable
1 niro 22469 # $Id$
2    
3     PNAME="libcdio"
4     PVER="0.93"
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-5.9
14     >= sys-libs/libstdc++-4.8"
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     }