wok-next view stegsnow/receipt @ rev 20749

pcre package was split into separate libs. Update the dependencies of the packages that previously depended on pcre.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 00:47:43 2018 +0300 (2018-06-01)
parents 4ec7886bf6d2
children d5aab818505e
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 -Dm 755 $src/snow $install/usr/bin/stegsnow
17 }
19 genpkg_rules() {
20 copy @std
21 TAGS="stenography"
22 }