2 # Maintainer: ariesarch <ariesarch@gmail.com>
3 # Contributor: billycongo <billycongo@gmail.com>
4 # PKGBUILD was originally contributed by billycongo <billycongo@gmail.com>
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.
22 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
24 sha256sums=('80327712339aab202cff2b6f9623d4142b2725785cbe6a7e0c913af2a609d857 ')
27 cd $startdir/src/$pkgname-$pkgver
28 ./configure --prefix=/usr
30 make DESTDIR=$startdir/pkg install