Magellan Linux

Contents of /branches/magellan-next/extras/libsamplerate/libsamplerate-0.1.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8172 - (show annotations) (download)
Tue Jul 12 22:38:13 2011 UTC (12 years, 10 months ago) by niro
File size: 646 byte(s)
imported
1 # $Id$
2
3 PNAME="libsamplerate"
4 PVER="0.1.7"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio."
11 HOMEPAGE="http://www.mega-nerd.com/SRC/"
12
13 DEPEND=">= media-libs/libsndfile-0.1.20"
14 SDEPEND=">= dev-util/pkgconfig-0.23"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.mega-nerd.com/SRC/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE}download.html | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --enable-sndfile --disable-fftw || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id