Magellan Linux

Contents of /branches/magellan-next/core/libdiscid/libdiscid-0.2.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8732 - (show annotations) (download)
Thu Jul 28 09:06:30 2011 UTC (12 years, 9 months ago) by niro
File size: 500 byte(s)
auto added: ver bump to 0.2.2-r1
1 # $Id$
2
3 PNAME="libdiscid"
4 PVER="0.2.2"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="Client library to create MusicBrainz enabled tagging applications."
10 HOMEPAGE="http://musicbrainz.org/doc/libdiscid/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 http://users.musicbrainz.org/~matt/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd 'http://users.musicbrainz.org/~matt/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"