Magellan Linux

Contents of /branches/magellan-next/core/libsamplerate/libsamplerate-0.1.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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