wok-next diff 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 diff
     1.1 --- a/stegsnow/receipt	Thu May 28 10:57:33 2015 +0200
     1.2 +++ b/stegsnow/receipt	Fri Jun 01 00:47:43 2018 +0300
     1.3 @@ -1,26 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="stegsnow"
     1.8 -SOURCE="snow"
     1.9  VERSION="20130616"
    1.10  CATEGORY="security"
    1.11 -SHORT_DESC="The Steganographic Nature Of Whitespace."
    1.12 +SHORT_DESC="The Steganographic Nature Of Whitespace"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="Apache"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.darkside.com.au/snow"
    1.17 +
    1.18 +TARBALL="snow-$VERSION.tar.gz"
    1.19  WGET_URL="$WEB_SITE/$TARBALL"
    1.20 -TAGS="stenography"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	make
    1.26 +compile_rules() {
    1.27 +	make &&
    1.28 +	install -Dm 755 $src/snow $install/usr/bin/stegsnow
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs/usr/bin
    1.35 -	cp -a $src/snow $fs/usr/bin/stegsnow
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38 +	TAGS="stenography"
    1.39  }