Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6578 - (show annotations) (download)
Mon Sep 6 17:18:50 2010 UTC (13 years, 8 months ago) by niro
File size: 744 byte(s)
auto added: ver bump to 1.0.23-r1
1 # $Id: alsa-firmware-1.0.20-r1.smage2 3403 2009-10-21 15:55:53Z niro $
2
3 PNAME="alsa-firmware"
4 PVER="1.0.23"
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 }