Magellan Linux

Annotation of /trunk/core/linux-firmware/linux-firmware-20191010-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33041 - (hide annotations) (download)
Thu Oct 17 06:27:48 2019 UTC (4 years, 7 months ago) by niro
File size: 546 byte(s)
auto added: ver bump to 20191010-r1
1 niro 33041 # $Id$
2    
3     PNAME="linux-firmware"
4     PVER="20191010"
5     PBUILD="r1"
6    
7     PCAT="sys-kernel"
8    
9     DESCRIPTION="Firmware files used by the Linux kernel."
10     HOMEPAGE="http://www.kernel.org/"
11    
12     SRCFILE="${PNAME}-${PVER}.tar.bz2"
13     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
14    
15     sminclude mtools
16     msetfeature "!strip"
17    
18     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
19    
20     UP2DATE="echo ${PVER}"
21    
22     src_prepare()
23     {
24     munpack ${SRCFILE} || die
25     }
26    
27     src_install()
28     {
29     cd ${SRCDIR}
30     make DESTDIR=${BINDIR} FIRMWAREDIR=/usr/lib/firmware install || die
31     minstalldocs LICENCE* LICENSE* WHENCE GPL* || die
32     }