Magellan Linux

Contents of /trunk/core/speex/speex-1.1.12-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1960 - (show annotations) (download)
Thu Jun 11 11:12:11 2009 UTC (14 years, 11 months ago) by niro
File size: 989 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/speex/speex-1.1.12-r4.smage2,v 1.1 2008/08/10 10:09:03 niro Exp $
2
3 PNAME="speex"
4 PVER="1.1.12"
5 PBUILD="r4"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Speex is an Open Source/Free Software patent-free audio compression format designed for speech."
11 HOMEPAGE="http://www.speex.org/"
12
13 DEPEND=">= virtual/glibc
14 >= media-libs/libogg-1.1.2"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild multilib
20
21 SRC_URI=(
22 http://downloads.xiph.org/releases/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29
30 # fix parallel make issues
31 all-abis "sed -i 's:\$(top_builddir)/libspeex/libspeex.la:libspeex.la:' libspeex/Makefile.am" || die
32 all-abis autoreconf || die
33 }
34
35 src_install()
36 {
37 mmake DESTDIR=${BINDIR} install || die
38
39 # fix wrong doc location
40 rm -rf ${BINDIR}/usr/share/doc/* || die
41 minstalldocs AUTHORS COPYING ChangeLog NEWS README TODO doc/manual.pdf || die
42 }

Properties

Name Value
svn:keywords Id