wok-next view stegsnow/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents 0c430fcaf2d9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="stegsnow"
4 VERSION="20130616"
5 CATEGORY="security"
6 SHORT_DESC="The Steganographic Nature Of Whitespace"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://www.darkside.com.au/snow/"
11 TARBALL="snow-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 snow $install/usr/bin/stegsnow
17 }
19 genpkg_rules() {
20 copy @std
21 TAGS="steganography"
22 }