Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/alsa-lib/alsa-lib-1.1.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13403 - (show annotations) (download)
Thu Jul 11 10:54:35 2019 UTC (4 years, 9 months ago) by niro
File size: 778 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="alsa-lib"
4 PVER="1.1.9"
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 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 ftp://ftp.alsa-project.org/pub/${PNAME/alsa-/} | highesttarball"
31
32 src_compile()
33 {
34 mconfigure --disable-python || die
35 mmake || die
36 }