Magellan Linux

Annotation of /branches/R11-unstable/extras/twolame/twolame-0.3.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25831 - (hide annotations) (download)
Tue Nov 25 04:21:54 2014 UTC (9 years, 6 months ago) by niro
File size: 428 byte(s)
-release branches/R11-unstable
1 niro 8592 # $Id$
2    
3     PNAME="twolame"
4     PVER="0.3.13"
5     PBUILD="r1"
6    
7 niro 11083 PCAT="media-sound"
8 niro 8592
9     DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder."
10     HOMEPAGE="http://www.twolame.org/"
11    
12     DEPEND=">= media-libs/libsndfile-1.0"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     sourceforge://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_sourceforge ${PNAME}"