Magellan Linux

Contents of /tags/old-unstable-20120113/core/alsa-firmware/alsa-firmware-1.0.20-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9870 - (show annotations) (download)
Fri Jan 13 21:26:11 2012 UTC (12 years, 4 months ago) by niro
File size: 680 byte(s)
tagged 'old-unstable-20120113'
1 # $Id$
2
3 PNAME="alsa-firmware"
4 PVER="1.0.20"
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 }

Properties

Name Value
svn:keywords Id