22 lines
928 B
Text
22 lines
928 B
Text
|
# Template file for 'libtomcrypt'
|
||
|
pkgname=libtomcrypt
|
||
|
version=1.17
|
||
|
revision=1
|
||
|
patch_args="-Np1"
|
||
|
subpackages="${pkgname}-devel"
|
||
|
build_style=gnu-makefile
|
||
|
makedepends="libtool"
|
||
|
make_build_args="-f makefile.shared"
|
||
|
make_install_args="-f makefile.shared NODOCS=1"
|
||
|
short_desc="Fairly comprehensive, modular and portable cryptographic toolkit"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="Public domain"
|
||
|
homepage="http://www.libtom.org/?page=features&newsitems=5&whatfile=crypt"
|
||
|
distfiles="http://www.libtom.org/files/crypt-${version}.tar.bz2"
|
||
|
checksum=e33b47d77a495091c8703175a25c8228aff043140b2554c08a3c3cd71f79d116
|
||
|
long_desc="
|
||
|
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."
|