wok-next view pixiewps/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 94ab15b469ab
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pixiewps"
4 VERSION="1.2.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 compile_rules() {
15 sed -i 's|\$(DESTDIR)/usr|/usr|; s|/local||' src/Makefile
16 cd $src/src
18 make &&
19 make install || return 1
21 cook_pick_docs $src/README.md
22 }
24 genpkg_rules() {
25 copy @std
26 }