Magellan Linux

Contents of /branches/R11-unstable/extras/musicbrainz5/musicbrainz5-5.0.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25658 - (show annotations) (download)
Tue Nov 25 04:06:07 2014 UTC (9 years, 5 months ago) by niro
File size: 865 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="musicbrainz5"
4 PVER="5.0.1"
5 PBUILD="r2"
6
7 PCAT="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.30"
13
14 SRCFILE="lib${PNAME/5/}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/lib${PNAME/5/}-${PVER}"
16
17 sminclude cmake
18
19 SRC_URI=(
20 http://github.com/downloads/metabrainz/lib${PNAME/5/}/${SRCFILE}
21 mirror://${PNAME/5/}/${SRCFILE}
22 mirror://${PNAME/5/}/musicbrainz-${PVER}-support-out-of-source-build.patch
23 )
24
25 # check for libmusicbrainz-5.x libs only
26 UP2DATE="updatecmd http://github.com/metabrainz/lib${PNAME/5/}/downloads | grep lib${PNAME/5/}-5.[0-9] | firsttarball gz"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32 mpatch musicbrainz-${PVER}-support-out-of-source-build.patch || die
33 }