Magellan Linux

Annotation of /branches/magellan-next/core/libcddb/libcddb-1.3.2-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8029 - (hide annotations) (download)
Wed Jun 29 07:57:56 2011 UTC (12 years, 11 months ago) by niro
File size: 493 byte(s)
auto added: ver bump to 1.3.2-r4
1 niro 8029 # $Id$
2    
3     PNAME="libcddb"
4     PVER="1.3.2"
5     PBUILD="r4"
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
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     cd ${SRCDIR}
29    
30     mconfigure --without-cdio || die
31     mmake || die
32     }