37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
# Template file for 'libtomcrypt'
|
|
pkgname=libtomcrypt
|
|
version=1.17
|
|
revision=2
|
|
patch_args="-Np1"
|
|
build_style=gnu-makefile
|
|
hostmakedepends="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."
|
|
|
|
libtomcrypt-devel_package() {
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
short_desc="${short_desc} -- development files"
|
|
pkg_install() {
|
|
vmove usr/include usr
|
|
vmove usr/lib/pkgconfig usr/lib
|
|
vmove "usr/lib/*.a" usr/lib
|
|
vinstall ${sourcepkg}.3 644 usr/share/man/man3
|
|
}
|
|
}
|
|
|
|
libtomcrypt_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|