2 # Contributor: Michael Fellinger <m.fellinger@gmail.com>
3 # Maintainer: Uwe L. Korn <archlinux@xhochy.com>
8 pkgdesc="LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines."
9 url="http://libtom.org/?page=features&whatfile=crypt"
10 license="public domain"
11 arch=('i686' 'x86_64')
17 options=('!emptydirs')
18 source=("http://libtom.org/files/${_pkgname}-${pkgver}.tar.bz2")
19 md5sums=('cea7e5347979909f458fe7ebb5a44f85')
22 cd $startdir/src/$pkgname-$pkgver
23 make NODOCS=1 DESTDIR=$startdir/pkg install