Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8734 - (show annotations) (download)
Thu Jul 28 09:08:01 2011 UTC (12 years, 9 months ago) by niro
File size: 671 byte(s)
-fixed SRC_URIs
1 # $Id$
2
3 PNAME="musicbrainz3"
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=">= net-misc/neon-0.29
13 >= media-libs/libdiscid-0.2"
14
15 SRCFILE="lib${PNAME/3/}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/lib${PNAME/3/}-${PVER}"
17
18 sminclude cmake
19
20 SRC_URI=(
21 ftp://ftp.musicbrainz.org/pub/${PNAME/3/}/${SRCFILE}
22 mirror://${PNAME/3/}/${SRCFILE}
23 )
24
25 # check for libmusicbrainz-3.x libs only
26 UP2DATE="updatecmd ftp://ftp.musicbrainz.org/pub/musicbrainz/ | grep lib${PNAME/3/}-3.[0-9] | lasttarball gz"