Magellan Linux

Annotation of /branches/magellan-next/core/audiofile/audiofile-0.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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