Magellan Linux

Contents of /branches/magellan-next/core/alsa-lib/alsa-lib-1.0.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6579 - (show annotations) (download)
Mon Sep 6 17:25:52 2010 UTC (13 years, 7 months ago) by niro
File size: 799 byte(s)
auto added: ver bump to 1.0.23-r1
1 # $Id: alsa-lib-1.0.21a-r1.smage2 3381 2009-10-20 20:46:52Z niro $
2
3 PNAME="alsa-lib"
4 PVER="1.0.23"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 LICENSE="gpl-2 lgpl-2.1"
11
12 DESCRIPTION="Advanced Linux Sound Architecture Libraries."
13 HOMEPAGE="http://www.alsa-project.org/"
14
15 DEPEND=">= virtual/glibc"
16
17 SDEPEND=">= sys-dev/automake-4
18 >= sys-dev/autoconf-5"
19
20 SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
22
23 sminclude mbuild multilib
24
25 SRC_URI=(
26 http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/lib/${SRCFILE}
27 ftp://ftp.alsa-project.org/pub/lib/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
32
33 src_compile()
34 {
35 cd ${SRCDIR}
36
37 mconfigure --disable-python || die
38 mmake || die
39 }