Contents of /branches/R11-stable/extras/alsa-lib/alsa-lib-1.0.28-r1.smage2
Parent Directory | Revision Log
Revision 21685 -
(show annotations)
(download)
Mon Jul 21 09:32:50 2014 UTC (10 years, 3 months ago) by niro
File size: 774 byte(s)
Mon Jul 21 09:32:50 2014 UTC (10 years, 3 months ago) by niro
File size: 774 byte(s)
-release branches/R11-stable
1 | # $Id$ |
2 | |
3 | PNAME="alsa-lib" |
4 | PVER="1.0.28" |
5 | PBUILD="r1" |
6 | |
7 | PCAT="media-libs" |
8 | LICENSE="lgpl-2.1" |
9 | |
10 | DESCRIPTION="Advanced Linux Sound Architecture Libraries." |
11 | HOMEPAGE="http://www.alsa-project.org/" |
12 | |
13 | DEPEND=">= virtual/glibc" |
14 | |
15 | SDEPEND=">= sys-dev/automake-4 |
16 | >= sys-dev/autoconf-5" |
17 | |
18 | SRCFILE="${PNAME}-${PVER/_/}.tar.bz2" |
19 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}" |
20 | |
21 | sminclude mbuild multilib |
22 | |
23 | SRC_URI=( |
24 | http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/lib/${SRCFILE} |
25 | ftp://ftp.alsa-project.org/pub/lib/${SRCFILE} |
26 | http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE} |
27 | mirror://${PNAME}/${SRCFILE} |
28 | ) |
29 | |
30 | UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball" |
31 | |
32 | src_compile() |
33 | { |
34 | mconfigure --disable-python || die |
35 | mmake || die |
36 | } |