wok-next view stegsnow/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }