wok diff stegsnow/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents
children 453c249b6219
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/stegsnow/receipt	Fri Oct 04 15:39:32 2019 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="stegsnow"
     1.7 +SOURCE="snow"
     1.8 +VERSION="20130616"
     1.9 +CATEGORY="security"
    1.10 +SHORT_DESC="The Steganographic Nature Of Whitespace."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="Apache"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://www.darkside.com.au/snow"
    1.15 +WGET_URL="$WEB_SITE/$TARBALL"
    1.16 +TAGS="stenography"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	make
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr/bin
    1.28 +	cp -a $src/snow $fs/usr/bin/stegsnow
    1.29 +}