Magellan Linux

Annotation of /trunk/core/alsa-firmware/alsa-firmware-1.0.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:keywords Id