Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25518 - (show annotations) (download)
Tue Nov 25 03:52:15 2014 UTC (9 years, 5 months ago) by niro
File size: 424 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libid3tag"
4 PVER="0.15.1b"
5 PBUILD="r4"
6
7 PCAT="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 multilib
19
20 SRC_URI=(
21 sourceforge://mad/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge mad ${PNAME}"