wok-next view stegsnow/receipt @ rev 20704

weechat: update (b)deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 25 17:29:33 2018 +0300 (2018-05-25)
parents 4ec7886bf6d2
children d5aab818505e
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 -Dm 755 $src/snow $install/usr/bin/stegsnow
17 }
19 genpkg_rules() {
20 copy @std
21 TAGS="stenography"
22 }