Magellan Linux

Contents of /branches/magellan-next/core/alsa-firmware/alsa-firmware-1.0.24.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7641 - (show annotations) (download)
Sun May 29 18:17:54 2011 UTC (12 years, 11 months ago) by niro
File size: 682 byte(s)
auto added: ver bump to 1.0.24.1-r1
1 # $Id$
2
3 PNAME="alsa-firmware"
4 PVER="1.0.24.1"
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-/}/?C=M;O=A' | lasttarball"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --with-hotplug-dir=/lib/firmware || die
35 mmake || die
36 }