Magellan Linux

Contents of /trunk/core/libcddb/libcddb-1.3.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2787 - (show annotations) (download)
Fri Jul 10 19:37:40 2009 UTC (14 years, 10 months ago) by niro
File size: 561 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/libcddb/libcddb-1.3.0-r2.smage2,v 1.1 2008/03/21 22:19:44 niro Exp $
2
3 PNAME="libcddb"
4 PVER="1.3.0"
5 PBUILD="r2"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Libcddb is a C library to access data on a CDDB server."
11 HOMEPAGE="http://libcddb.sourceforge.net/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 mconfigure --without-cdio || die
30 mmake || die
31 }

Properties

Name Value
svn:keywords Id