wok-next view outguess/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
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 install -Dm755 outguess $install/usr/bin/outguess
20 }
22 genpkg_rules() {
23 copy @std
24 TAGS="steganography"
25 }