Magellan Linux

Contents of /branches/magellan-next/extras/twolame/twolame-0.3.12-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7160 - (show annotations) (download)
Wed Sep 29 22:21:38 2010 UTC (13 years, 7 months ago) by niro
File size: 509 byte(s)
auto added: ver bump to 0.3.12-r3
1 # $Id: twolame-0.3.12-r2.smage2 4161 2009-11-26 12:59:03Z niro $
2
3 PNAME="twolame"
4 PVER="0.3.12"
5 PBUILD="r3"
6
7 PCATEGORIE="media-sound"
8 STATE="unstable"
9
10 DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder."
11 HOMEPAGE="http://www.twolame.org/"
12
13 DEPEND=">= media-libs/libsndfile-1.0"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME}"