Magellan Linux

Annotation of /branches/magellan-0_10_0/core/libfaac/libfaac-1.28-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1283 - (hide annotations) (download)
Tue Apr 28 10:44:59 2009 UTC (15 years, 1 month ago) by niro
Original Path: trunk/core/libfaac/libfaac-1.28-r1.smage2
File size: 581 byte(s)
-fixed SRCDIR
1 niro 1282 # $Id$
2    
3     PNAME="libfaac"
4     PVER="1.28"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="Free MPEG-4 audio codecs."
11     HOMEPAGE="http://www.audiocoding.com/"
12    
13     DEPEND=">= media-libs/libsndfile-1.0
14     >= media-libs/libmp4v2-1.5"
15    
16     SRCFILE="${PNAME/lib/}-${PVER}.tar.gz"
17 niro 1283 SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
18 niro 1282
19     sminclude mbuild
20    
21     SRC_URI=(
22     sourceforge://faac/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME/lib/} ${PNAME/lib/}-src deep gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32     autoreconf --install --force || die
33     }

Properties

Name Value
svn:keywords Id