Magellan Linux

Contents of /smage/trunk/core/iw/iw-4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8324 - (show annotations) (download)
Fri Jan 15 08:36:29 2016 UTC (8 years, 3 months ago) by niro
File size: 621 byte(s)
auto added: ver bump to 4.1-r1
1 # $Id$
2
3 PNAME="iw"
4 PVER="4.1"
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 SDEPEND=">= dev-libs/libnl3-dev-3.2"
14
15 SRCFILE="${PNAME}-${PVER}.tar.xz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild alx-split
19
20 SRC_URI=(
21 https://www.kernel.org/pub/software/network/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd https://www.kernel.org/pub/software/network/${PNAME}/ | highesttarball xz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30 mmake || die
31 }