wok view stegsnow/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
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 }