File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ inherit : [install, make, cpackage]
2+
3+ metaEnvironment :
4+ PKG_LICENSE : " ISC"
5+ PKG_VERSION : " 6.9"
6+
7+ depends :
8+ - libs::libnl-dev
9+ - use : []
10+ depends :
11+ - libs::libnl-tgt
12+
13+ checkoutSCM :
14+ scm : url
15+ url : https://mirrors.edge.kernel.org/pub/software/network/iw/iw-${PKG_VERSION}.tar.xz
16+ digestSHA256 : 3f2db22ad41c675242b98ae3942dbf3112548c60a42ff739210f2de4e98e4894
17+ stripComponents : 1
18+
19+ buildVars : [CC]
20+ buildScript : |
21+ rsync -a --delete $1/ .
22+ makeParallel PREFIX="/usr/"
23+ makeSequential install PREFIX="/usr/" DESTDIR=$(pwd)/install
24+
25+ packageScript :
26+ installPackageTgt $1/install/
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ depends:
110110 - net::iproute2
111111 - net::iptables
112112 - net::iputils
113+ - net::iw
113114 - net::lighttpd
114115 - net::net-tools
115116 - net::nftables
You can’t perform that action at this time.
0 commit comments