wok-next annotate 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
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 &&
pascal@20486 19 mkdir -p $install/usr/bin
pascal@20486 20 install -Dm 755 $src/outguess $install/usr/bin/outguess
pascal@18097 21 }
pascal@18097 22
al@20481 23 genpkg_rules() {
al@20481 24 copy @std
al@20481 25 TAGS="stenography"
pascal@18097 26 }