Magellan Linux

Contents of /branches/R11-unstable/extras/libcddb/libcddb-1.3.2-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25486 - (show annotations) (download)
Tue Nov 25 03:49:40 2014 UTC (9 years, 5 months ago) by niro
File size: 518 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libcddb"
4 PVER="1.3.2"
5 PBUILD="r6"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Libcddb is a C library to access data on a CDDB server."
10 HOMEPAGE="http://libcddb.sourceforge.net/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild multilib
18 msetfeature "!check"
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME}"
26
27 src_compile()
28 {
29 mconfigure --without-cdio || die
30 mmake || die
31 }