wok-next annotate outguess/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents b278b2018965
children a3c581bf52b8
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@20481 9 WEB_SITE="http://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 }