Magellan Linux

Annotation of /smage/trunk/core/alsa-lib/alsa-lib-1.1.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11599 - (hide annotations) (download)
Fri Dec 22 11:38:34 2017 UTC (6 years, 4 months ago) by niro
File size: 778 byte(s)
auto added: ver bump to 1.1.5-r1
1 niro 11599 # $Id$
2    
3     PNAME="alsa-lib"
4     PVER="1.1.5"
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     }