wok-next view outguess/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents b278b2018965
children a3c581bf52b8
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://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 }