Magellan Linux

Contents of /trunk/core/alsa-firmware/alsa-firmware-1.0.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 838 - (show annotations) (download)
Fri Dec 26 04:24:34 2008 UTC (15 years, 4 months ago) by niro
File size: 625 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/alsa-firmware/alsa-firmware-1.0.16-r1.smage2,v 1.1 2008/02/12 10:32:11 niro Exp $
2
3 PNAME="alsa-firmware"
4 PVER="1.0.16"
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 ftp://ftp.alsa-project.org/pub/firmware/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure --with-hotplug-dir=/lib/firmware || die
32 mmake || die
33 }

Properties

Name Value
svn:keywords Id