wok annotate iw/receipt @ rev 21195
systemd: replaced xattr/xattr.h by sys/xattr.h
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 06 09:20:09 2019 +0100 (2019-04-06) |
parents | 233707dcd752 |
children | 8b407130ed91 |
rev | line source |
---|---|
pascal@1110 | 1 # SliTaz package receipt. |
pascal@1110 | 2 |
pascal@1110 | 3 PACKAGE="iw" |
Hans-G?nter@21068 | 4 VERSION="5.0.1" |
pascal@1110 | 5 CATEGORY="network" |
Hans-G?nter@21068 | 6 TAGS="wireless" |
pascal@1110 | 7 SHORT_DESC="Wireless configuration tool." |
pascal@1110 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 9 LICENSE="MIT" |
Hans-G?nter@21068 | 10 WEB_SITE="https://wireless.wiki.kernel.org/en/users/documentation/iw" |
Hans-G?nter@21068 | 11 |
pankso@16396 | 12 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pankso@16396 | 13 WGET_URL="https://www.kernel.org/pub/software/network/iw/$TARBALL" |
erjo@9996 | 14 |
pascal@1110 | 15 DEPENDS="libnl" |
Hans-G?nter@21068 | 16 BUILD_DEPENDS="libnl-dev pkg-config" |
Hans-G?nter@21068 | 17 HOST_ARCH="i486 arm" |
pascal@1110 | 18 |
pascal@1110 | 19 # Rules to configure and make the package. |
pascal@1110 | 20 compile_rules() |
pascal@1110 | 21 { |
Hans-G?nter@21068 | 22 make -j 1 && |
Hans-G?nter@21068 | 23 make DESTDIR=$DESTDIR install |
pascal@1110 | 24 } |
pascal@1110 | 25 |
pascal@1110 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1110 | 27 genpkg_rules() |
slaxemulator@6315 | 28 { |
slaxemulator@6315 | 29 mkdir -p $fs/usr |
pascal@13465 | 30 cp -a $install/usr/sbin $fs/usr |
pascal@1110 | 31 } |