wok-next annotate stegsnow/receipt @ rev 21726
updated firefox-official (77.0 -> 81.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 27 14:34:31 2020 +0100 (2020-09-27) |
parents | 0c430fcaf2d9 |
children |
rev | line source |
---|---|
al@20491 | 1 # SliTaz package receipt v2. |
pascal@18096 | 2 |
pascal@18096 | 3 PACKAGE="stegsnow" |
pascal@18096 | 4 VERSION="20130616" |
pascal@18096 | 5 CATEGORY="security" |
al@20491 | 6 SHORT_DESC="The Steganographic Nature Of Whitespace" |
pascal@18096 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18096 | 8 LICENSE="Apache" |
al@21033 | 9 WEB_SITE="http://www.darkside.com.au/snow/" |
al@20491 | 10 |
al@20491 | 11 TARBALL="snow-$VERSION.tar.gz" |
al@21033 | 12 WGET_URL="$WEB_SITE$TARBALL" |
pascal@18096 | 13 |
al@20491 | 14 compile_rules() { |
al@20491 | 15 make && |
al@21020 | 16 install -Dm755 snow $install/usr/bin/stegsnow |
pascal@18096 | 17 } |
pascal@18096 | 18 |
al@20491 | 19 genpkg_rules() { |
al@20491 | 20 copy @std |
al@21044 | 21 TAGS="steganography" |
pascal@18096 | 22 } |