Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8590 - (hide annotations) (download)
Fri Jul 22 14:15:23 2011 UTC (12 years, 10 months ago) by niro
File size: 679 byte(s)
-cmake configure
1 niro 8589 # $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 niro 8590 sminclude cmake
21 niro 8589
22     SRC_URI=(
23     ftp://ftp.musicbrainz.org/pub/${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27 niro 8590 # check for libmusicbrainz-3.x libs only
28 niro 8589 UP2DATE="updatecmd ftp://ftp.musicbrainz.org/pub/musicbrainz/ | grep lib${PNAME}-3.[0-9] | lasttarball gz"