Magellan Linux

Contents of /trunk/extras/musicbrainz/musicbrainz-2.1.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 736 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/musicbrainz/musicbrainz-2.1.5-r2.smage2,v 1.1 2008/04/03 18:06:59 niro Exp $
2
3 PNAME="musicbrainz"
4 PVER="2.1.5"
5 PBUILD="r2"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="The MusicBrainz Client Library provides low-level access to the MusicBrainz Server RDF interface and the TRM Signature Server."
11 HOMEPAGE="http://musicbrainz.org/"
12
13 DEPEND=""
14 SDEPEND=">= sys-dev/autoconf-4
15 >= sys-dev/automake-3
16 >= sys-apps/sed-4"
17
18 SRCFILE="lib${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/lib${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 ftp://ftp.musicbrainz.org/pub/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31 mconfigure --enable-cpp-headers || die
32 mmake || die
33 }

Properties

Name Value
svn:keywords Id