Magellan Linux

Contents of /smage/branches/alx07x-stable/core/iw/iw-5.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15538 - (show annotations) (download)
Thu Sep 10 11:24:14 2020 UTC (3 years, 7 months ago) by niro
File size: 645 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="iw"
4 PVER="5.8"
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.5"
13 SDEPEND=">= dev-libs/libnl3-dev-3.5"
14
15 SRCFILE="${PNAME}-${PVER}.tar.xz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 ALX_PKG_KEEP="usr/sbin"
19 sminclude mbuild alx-split
20
21 SRC_URI=(
22 https://www.kernel.org/pub/software/network/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd https://www.kernel.org/pub/software/network/${PNAME}/ | highesttarball xz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31 mmake || die
32 }