updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / md5deep / PKGBUILD
blob51f2bd10d620754f978c083e8fd57cff7275083b
1 # $Id:$
2 # Maintainer: ariesarch <ariesarch@gmail.com>
3 # Contributor: billycongo <billycongo@gmail.com>
4 # PKGBUILD was originally contributed by billycongo <billycongo@gmail.com>
6 pkgname=md5deep
7 pkgver=3.9.2
8 pkgrel=1
9 arch=('i686' 'x86_64')
11 pkgdesc="Advanced checksum hashing tool"
12 url="http://md5deep.sourceforge.net"
14 license=('Public Domain')
16 # This tool was originally developed by Jesse Kornblum <research (a t) jessekornblum ,,dot. com> when 
17 # he was serving as a Special Agent with the United States Air Force Office of Special Investigations (AFOSI).
18 # As such, it exists in the public domain under 17 USC 105.
20 depends=('glibc')
22 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
24 sha256sums=('80327712339aab202cff2b6f9623d4142b2725785cbe6a7e0c913af2a609d857 ')
26 build() {
27   cd $startdir/src/$pkgname-$pkgver
28   ./configure --prefix=/usr
29   make || return 1
30   make DESTDIR=$startdir/pkg install