wok-6.x view pixiewps/receipt @ rev 22957
updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 15:41:30 2020 +0100 (2020-02-28) |
parents | a39023f7132f |
children | 5ea0ce1cecc0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="pixiewps"
4 VERSION="1.4.2"
5 CATEGORY="network"
6 SHORT_DESC="An offline WPS brute-force utility."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/wiire-a/pixiewps"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 mkdir -p $install/usr/share/doc
26 cp -a $src/pixiewps $fs/usr/bin
27 cp -a $src/README.md $install/usr/share/doc
28 }