Magellan Linux

Contents of /branches/R11-unstable/extras/alsa-firmware/alsa-firmware-1.0.29-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25102 - (show annotations) (download)
Tue Nov 25 03:02:57 2014 UTC (9 years, 5 months ago) by niro
File size: 660 byte(s)
-release branches/R11-unstable
1 # $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 }