Magellan Linux

Contents of /branches/R11-stable/extras/alsa-firmware/alsa-firmware-1.0.28-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21684 - (show annotations) (download)
Mon Jul 21 09:32:44 2014 UTC (9 years, 9 months ago) by niro
File size: 660 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="alsa-firmware"
4 PVER="1.0.28"
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 }