wok-next view outguess/receipt @ rev 20906

Update homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 12:53:17 2018 +0300 (2018-08-10)
parents 8923c7424549
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="outguess"
4 VERSION="0.2"
5 CATEGORY="security"
6 SHORT_DESC="Steganographic tool for JPEG and PNG images"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://cimarron.river.com/mirrors/www.outguess.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 compile_rules() {
15 ./configure \
16 --prefix=/usr \
17 $CONFIGURE_ARGS &&
18 make &&
19 mkdir -p $install/usr/bin
20 install -Dm 755 $src/outguess $install/usr/bin/outguess
21 }
23 genpkg_rules() {
24 copy @std
25 TAGS="stenography"
26 }