wok diff pixiewps/receipt @ rev 20210
syslinux: remove memtest & ipxe entries
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 24 11:14:17 2018 +0100 (2018-02-24) |
parents | |
children | a39023f7132f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pixiewps/receipt Sat Feb 24 11:14:17 2018 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="pixiewps" 1.7 +VERSION="1.2.2" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="An offline WPS brute-force utility." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="https://github.com/wiire-a/pixiewps" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src/src && make 1.20 +} 1.21 + 1.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 +genpkg_rules() 1.24 +{ 1.25 + mkdir -p $fs/usr/bin $install/usr/share/doc 1.26 + cp -a $src/src/pixiewps $fs/usr/bin 1.27 + cp -a $src/README.md $install/usr/share/doc 1.28 +}