wok-next annotate outguess/receipt @ rev 21622

updated elfkickers (3.0 -> 3.1a)
author Hans-G?nter Theisgen
date Thu Jun 25 14:35:46 2020 +0100 (2020-06-25)
parents d5aab818505e
children
rev   line source
al@20481 1 # SliTaz package receipt v2.
pascal@18097 2
pascal@18097 3 PACKAGE="outguess"
pascal@18097 4 VERSION="0.2"
pascal@18097 5 CATEGORY="security"
al@20481 6 SHORT_DESC="Steganographic tool for JPEG and PNG images"
pascal@18097 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18097 8 LICENSE="BSD"
al@20906 9 WEB_SITE="http://cimarron.river.com/mirrors/www.outguess.org/"
al@20481 10
pascal@18097 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18097 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@18097 13
al@20481 14 compile_rules() {
al@20481 15 ./configure \
al@20481 16 --prefix=/usr \
pascal@18097 17 $CONFIGURE_ARGS &&
al@20481 18 make &&
al@21020 19 install -Dm755 outguess $install/usr/bin/outguess
pascal@18097 20 }
pascal@18097 21
al@20481 22 genpkg_rules() {
al@20481 23 copy @std
al@21044 24 TAGS="steganography"
pascal@18097 25 }