Magellan Linux

Contents of /branches/magellan-next/extras/libid3tag/libid3tag-0.15.1b-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9558 - (show annotations) (download)
Sat Dec 10 20:06:37 2011 UTC (12 years, 5 months ago) by niro
File size: 428 byte(s)
auto added: ver bump to 0.15.1b-r3
1 # $Id$
2
3 PNAME="libid3tag"
4 PVER="0.15.1b"
5 PBUILD="r3"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="The MAD id3tag library."
10 HOMEPAGE="http://www.underbit.com/products/mad/"
11
12 DEPEND=">= dev-util/gperf-3
13 >= sys-libs/zlib-1.2"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://mad/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge mad ${PNAME}"