Magellan Linux

Contents of /branches/magellan-next/core/libsndfile/libsndfile-1.0.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6593 - (show annotations) (download)
Mon Sep 6 17:59:42 2010 UTC (13 years, 8 months ago) by niro
File size: 802 byte(s)
-fixed SRC_URI
1 # $Id: libsndfile-1.0.20-r2.smage2 3500 2009-10-22 21:48:32Z niro $
2
3 PNAME="libsndfile"
4 PVER="1.0.21"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="libsndfile is a library for reading and writing files containing sampled sound."
11 HOMEPAGE="http://www.mega-nerd.com/libsndfile/"
12
13 DEPEND=">= media-libs/flac-1.2.1
14 >= media-libs/alsa-lib-1.0.23"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild multilib
20
21 SRC_URI=(
22 http://www.mega-nerd.com/${PNAME}/files/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
27
28 src_compile()
29 {
30 mconfigure \
31 --disable-werror \
32 --disable-gcc-pipe \
33 --disable-dependency-tracking \
34 --disable-sqlite \
35 --enable-flac \
36 --enable-alsa \
37 || die
38
39 mmake || die
40 }