Magellan Linux

Contents of /trunk/extras/libcddb/libcddb-1.3.2-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14325 - (show annotations) (download)
Thu Dec 13 08:18:46 2012 UTC (11 years, 5 months ago) by niro
File size: 518 byte(s)
-rebuild, added missing glibc dep
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 }