wok-next view pixiewps/receipt @ rev 19837

Up reaver; add pixiewps, vfsync (all from cooking wok)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 12 05:16:49 2017 +0300 (2017-08-12)
parents
children d5aab818505e
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 # Rules to configure and make the package.
15 compile_rules()
16 {
17 sed -i 's|\$(DESTDIR)/usr|/usr|; s|/local||' src/Makefile
18 cd $src/src
20 make && make install
22 docdir=$install/usr/share/doc/$PACKAGE-$VERSION
23 mkdir -p $docdir
24 cp $src/README.md $docdir
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }