Magellan Linux

Contents of /branches/magellan-next/core/libcddb/libcddb-1.3.2-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9354 - (show annotations) (download)
Sun Nov 27 20:17:13 2011 UTC (12 years, 5 months ago) by niro
File size: 487 byte(s)
auto added: ver bump to 1.3.2-r5
1 # $Id$
2
3 PNAME="libcddb"
4 PVER="1.3.2"
5 PBUILD="r5"
6
7 PCATEGORIE="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=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild multilib
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME}"
25
26 src_compile()
27 {
28 mconfigure --without-cdio || die
29 mmake || die
30 }