Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/alsa-lib/alsa-lib-1.0.29-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7451 - (show annotations) (download)
Mon Sep 21 08:47:41 2015 UTC (8 years, 7 months ago) by niro
File size: 784 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="alsa-lib"
4 PVER="1.0.29"
5 PBUILD="r2"
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 alx-split
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 }