wok-next view pixiewps/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
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 }