wok annotate pixiewps/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents a39023f7132f
children 5ea0ce1cecc0
rev   line source
pascal@20018 1 # SliTaz package receipt.
pascal@20018 2
pascal@20018 3 PACKAGE="pixiewps"
Hans-G?nter@21682 4 VERSION="1.4.2"
pascal@20018 5 CATEGORY="network"
pascal@20018 6 SHORT_DESC="An offline WPS brute-force utility."
pascal@20018 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20018 8 LICENSE="GPL3"
pascal@20018 9 WEB_SITE="https://github.com/wiire-a/pixiewps"
Hans-G?nter@21682 10
pascal@20018 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20018 12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
pascal@20018 13
pascal@20018 14 # Rules to configure and make the package.
pascal@20018 15 compile_rules()
pascal@20018 16 {
Hans-G?nter@21683 17 make
pascal@20018 18 }
pascal@20018 19
pascal@20018 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20018 21 genpkg_rules()
pascal@20018 22 {
Hans-G?nter@21682 23 mkdir -p $fs/usr/bin
Hans-G?nter@21682 24 mkdir -p $install/usr/share/doc
Hans-G?nter@21682 25
Hans-G?nter@21683 26 cp -a $src/pixiewps $fs/usr/bin
Hans-G?nter@21682 27 cp -a $src/README.md $install/usr/share/doc
pascal@20018 28 }