wok view wireless_tools-dev/receipt @ rev 24936
created recipe for mypaint-brushes
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 14 09:08:33 2022 +0100 (2022-04-14) |
parents | e1d1bc3c15d0 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="wireless_tools-dev"
4 VERSION="29"
5 CATEGORY="development"
6 SHORT_DESC="Wireless Tools devel files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="wireless_tools"
10 WEB_SITE="https://hewlettpackard.github.io/wireless-tools/Tools.html"
11 HOST_ARCH="i486 arm"
13 DEPENDS="wireless_tools"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/include $fs/usr
20 }