wok-next view outguess/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }