updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / stegdetect / PKGBUILD
blob8e4371356050dfd1744b9ba9e69affcc256edb81
1 # Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com>
2 # Contributor: Jason Chu <jason@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
5 pkgname=stegdetect
6 pkgver=0.6
7 pkgrel=3
8 pkgdesc="An automated tool for detecting steganographic content in images"
9 arch=('i686' 'x86_64')
10 url="http://www.outguess.org/"
11 license=('GPL')
12 depends=('glibc')
13 source=(http://www.outguess.org/${pkgname}-${pkgver}.tar.gz stegdetect.patch)
14 md5sums=('850a3551b5c450b9f450a919ad021767' 'bfc229e7d37745afe6073d269cff38c7')
16 build() {
17   cd ${srcdir}/${pkgname}-${pkgver}
18   patch -Np1 -i ../stegdetect.patch || return 1
19 #  if [ "$CARCH" = "x86_64" ]; then
20     echo "AM_PROG_AS" >> configure.in
21     autoreconf -fi
22 #  fi
23   ./configure --prefix=/usr
24   make || return 1
25   make prefix=${pkgdir}/usr install || return 1
27   # Remove man pages that conflict with file package
28   rm ${pkgdir}/usr/share/man/man1/file.1
29   rm ${pkgdir}/usr/share/man/man4/magic.4