wok-next view stegsnow/receipt @ rev 18940

Up musl-libc (1.1.14) CVE-2015-1817
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 02 11:58:42 2016 +0100 (2016-03-02)
parents
children 2f03cb67a994
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 }