Magellan Linux

Contents of /branches/magellan-next/core/audiofile/audiofile-0.2.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7989 - (show annotations) (download)
Mon Jun 27 22:47:35 2011 UTC (12 years, 11 months ago) by niro
File size: 617 byte(s)
auto added: ver bump to 0.2.7-r2
1 # $Id$
2
3 PNAME="audiofile"
4 PVER="0.2.7"
5 PBUILD="r2"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="The Audio File Library provides a uniform API for accessing a variety of audio file formats."
11 HOMEPAGE="http://www.68k.org/~michael/audiofile/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude multilib
19
20 SRC_URI=(
21 http://www.68k.org/~michael/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | grep download | sed 's/.*version\ \(.*\).*/\1/'"
26
27 src_compile()
28 {
29 mconfigure --enable-largefile || die
30 mmake || die
31 }