wok-6.x diff stegsnow/receipt @ rev 19542
Build *.pc files for ncurses(w)-dev; rebuild sc-im with ncursesw.pc
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 05 15:16:10 2016 +0200 (2016-12-05) |
parents | |
children | 453c249b6219 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/stegsnow/receipt Mon Dec 05 15:16:10 2016 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="stegsnow" 1.7 +SOURCE="snow" 1.8 +VERSION="20130616" 1.9 +CATEGORY="security" 1.10 +SHORT_DESC="The Steganographic Nature Of Whitespace." 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="Apache" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.darkside.com.au/snow" 1.15 +WGET_URL="$WEB_SITE/$TARBALL" 1.16 +TAGS="stenography" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + make 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/bin 1.28 + cp -a $src/snow $fs/usr/bin/stegsnow 1.29 +}