wok-next view stegsnow/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }