wok-next view pixiewps/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }