Magellan Linux

Contents of /smage/branches/alx-0_6_0/extras/alsa-lib/alsa-lib-1.0.27.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4894 - (show annotations) (download)
Tue May 28 13:48:03 2013 UTC (11 years ago) by niro
File size: 693 byte(s)
auto added: ver bump to 1.0.27.1-r1
1 # $Id$
2
3 PNAME="alsa-lib"
4 PVER="1.0.27.1"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8
9 DESCRIPTION="Advanced Linux Sound Architecture Libraries."
10 HOMEPAGE="http://www.alsa-project.org/"
11
12 DEPEND=">= virtual/glibc"
13
14 SDEPEND=">= sys-dev/automake-4
15 >= sys-dev/autoconf-5"
16
17 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
19
20 sminclude mbuild multilib alx-split
21
22 SRC_URI=(
23 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/lib/${SRCFILE}
24 ftp://ftp.alsa-project.org/pub/lib/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
29
30 src_compile()
31 {
32 mconfigure --disable-python || die
33 mmake || die
34 }