Magellan Linux

Contents of /trunk/core/libfaac/libfaac-1.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 913 - (show annotations) (download)
Sun Dec 28 09:46:39 2008 UTC (15 years, 4 months ago) by niro
File size: 592 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/libfaac/libfaac-1.26-r1.smage2,v 1.3 2008/02/13 20:43:15 niro Exp $
2
3 PNAME="libfaac"
4 PVER="1.26"
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 SRCDIR="${BUILDDIR}/${PNAME/lib/}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 sourceforge://faac/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30 autoreconf --install --force || die
31 }

Properties

Name Value
svn:keywords Id