Magellan Linux

Contents of /trunk/extras/alsa-lib/alsa-lib-1.1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30837 - (show annotations) (download)
Wed Apr 25 06:51:17 2018 UTC (6 years ago) by niro
File size: 768 byte(s)
auto added: ver bump to 1.1.6-r1
1 # $Id$
2
3 PNAME="alsa-lib"
4 PVER="1.1.6"
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 multilib mbuild
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 ftp://ftp.alsa-project.org/pub/${PNAME/alsa-/} | highesttarball"
31
32 src_compile()
33 {
34 mconfigure --disable-python || die
35 mmake || die
36 }