Magellan Linux

Annotation of /trunk/extras/alsa-firmware/alsa-firmware-1.0.29-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24712 - (hide annotations) (download)
Fri Mar 13 15:12:09 2015 UTC (9 years, 2 months ago) by niro
File size: 660 byte(s)
auto added: ver bump to 1.0.29-r1
1 niro 24712 # $Id$
2    
3     PNAME="alsa-firmware"
4     PVER="1.0.29"
5     PBUILD="r1"
6    
7     PCAT="media-sound"
8     LICENSE="gpl-2"
9    
10     DESCRIPTION="Advanced Linux Sound Architecture Firmware."
11     HOMEPAGE="http://www.alsa-project.org/"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/firmware/${SRCFILE}
22     ftp://ftp.alsa-project.org/pub/firmware/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd 'http://alsa.cybermirror.org/${PNAME/alsa-/}/?C=M;O=A' | lasttarball"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     mconfigure --with-hotplug-dir=/usr/lib/firmware || die
33     mmake || die
34     }