Magellan Linux

Contents of /branches/magellan-next/core/musicbrainz/musicbrainz-3.0.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8590 - (show annotations) (download)
Fri Jul 22 14:15:23 2011 UTC (12 years, 9 months ago) by niro
File size: 679 byte(s)
-cmake configure
1 # $Id$
2
3 PNAME="musicbrainz"
4 PVER="3.0.3"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="The MusicBrainz Client Library provides low-level access to the MusicBrainz Server RDF interface and the TRM Signature Server."
10 HOMEPAGE="http://musicbrainz.org/"
11
12 DEPEND=""
13 SDEPEND=">= sys-dev/autoconf-4
14 >= sys-dev/automake-3
15 >= sys-apps/sed-4"
16
17 SRCFILE="lib${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/lib${PNAME}-${PVER}"
19
20 sminclude cmake
21
22 SRC_URI=(
23 ftp://ftp.musicbrainz.org/pub/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 # check for libmusicbrainz-3.x libs only
28 UP2DATE="updatecmd ftp://ftp.musicbrainz.org/pub/musicbrainz/ | grep lib${PNAME}-3.[0-9] | lasttarball gz"