Magellan Linux

Contents of /branches/R11-unstable/extras/libid3tag/libid3tag-0.15.1b-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12830 - (show annotations) (download)
Wed Jul 4 07:45:44 2012 UTC (11 years, 10 months ago) by niro
Original Path: trunk/extras/libid3tag/libid3tag-0.15.1b-r4.smage2
File size: 441 byte(s)
-marked unstable
1 # $Id$
2
3 PNAME="libid3tag"
4 PVER="0.15.1b"
5 PBUILD="r4"
6
7 PCAT="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="The MAD id3tag library."
11 HOMEPAGE="http://www.underbit.com/products/mad/"
12
13 DEPEND=">= dev-util/gperf-3
14 >= sys-libs/zlib-1.2"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude multilib
20
21 SRC_URI=(
22 sourceforge://mad/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_sourceforge mad ${PNAME}"