Magellan Linux

Annotation of /trunk/core/iw/iw-4.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28453 - (hide annotations) (download)
Wed Nov 23 13:53:01 2016 UTC (7 years, 5 months ago) by niro
File size: 574 byte(s)
auto added: ver bump to 4.9-r1
1 niro 28453 # $Id$
2    
3     PNAME="iw"
4     PVER="4.9"
5     PBUILD="r1"
6    
7     PCAT="net-wlan"
8    
9     DESCRIPTION="nl80211 based CLI configuration utility for wireless devices."
10     HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
11    
12     DEPEND=">= dev-libs/libnl3-3.2"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.xz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     https://www.kernel.org/pub/software/network/${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd https://www.kernel.org/pub/software/network/${PNAME}/ | highesttarball xz"
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29     mmake || die
30     }