mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
steghide: new recipe (#1996)
This commit is contained in:
69
app-crypt/steghide/steghide-0.5.1.recipe
Normal file
69
app-crypt/steghide/steghide-0.5.1.recipe
Normal file
@@ -0,0 +1,69 @@
|
||||
SUMMARY="A Steganography Program"
|
||||
DESCRIPTION="Steghide is a steganography program that is able to hide data in \
|
||||
various kinds of image and audio files. The color respectivly \
|
||||
sample-frequencies are not changed thus making the embedding resistant against \
|
||||
first-order statistical tests."
|
||||
HOMEPAGE="http://steghide.sourceforge.net/"
|
||||
COPYRIGHT="2001-2003 Stefan Hetzl"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/steghide/steghide-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="a2c7f879a3e22860879889106cc49e486000653f81448264affa0fd616a47da1"
|
||||
PATCHES="steghide-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
steghide = $portVersion
|
||||
cmd:steghide = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libintl
|
||||
lib:libjpeg
|
||||
lib:libmhash
|
||||
lib:libmcrypt
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libintl
|
||||
devel:libjpeg
|
||||
devel:libmhash
|
||||
devel:libmcrypt
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoreconf
|
||||
cmd:gcc
|
||||
cmd:gettext
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i -e "/^docdir =/ d;" Makefile.am
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
touch ./NEWS
|
||||
touch ./AUTHORS
|
||||
touch ./ChangeLog
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user