wok-next annotate stegsnow/receipt @ rev 20704

weechat: update (b)deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 25 17:29:33 2018 +0300 (2018-05-25)
parents 4ec7886bf6d2
children d5aab818505e
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"
pascal@18096 9 WEB_SITE="http://www.darkside.com.au/snow"
al@20491 10
al@20491 11 TARBALL="snow-$VERSION.tar.gz"
pascal@18096 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@18096 13
al@20491 14 compile_rules() {
al@20491 15 make &&
al@20491 16 install -Dm 755 $src/snow $install/usr/bin/stegsnow
pascal@18096 17 }
pascal@18096 18
al@20491 19 genpkg_rules() {
al@20491 20 copy @std
al@20491 21 TAGS="stenography"
pascal@18096 22 }