wok view outguess/receipt @ rev 18716
cups, cups-pam: remove duplicate files with libcups; misc. edits.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 17 05:25:15 2015 +0200 (2015-12-17) |
parents | |
children | 8dd8bab3f0ca |
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.outguess.org/"
11 WGET_URL="$WEB_SITE/$TARBALL"
12 TAGS="stenography"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure --prefix=/usr \
18 $CONFIGURE_ARGS &&
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/outguess $fs/usr/bin
27 }