wok view stegsnow/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents
children 453c249b6219
line source
1 # SliTaz package receipt.
3 PACKAGE="stegsnow"
4 SOURCE="snow"
5 VERSION="20130616"
6 CATEGORY="security"
7 SHORT_DESC="The Steganographic Nature Of Whitespace."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="Apache"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.darkside.com.au/snow"
12 WGET_URL="$WEB_SITE/$TARBALL"
13 TAGS="stenography"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/snow $fs/usr/bin/stegsnow
26 }