libtomcrypt: remove long_desc.
This commit is contained in:
parent
6017ede299
commit
0cbdc26c05
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libtomcrypt'
|
||||
pkgname=libtomcrypt
|
||||
version=1.17
|
||||
revision=4
|
||||
revision=5
|
||||
patch_args="-Np1"
|
||||
hostmakedepends="libtool"
|
||||
short_desc="Fairly comprehensive, modular and portable cryptographic toolkit"
|
||||
|
@ -10,11 +10,6 @@ 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."
|
||||
|
||||
do_build() {
|
||||
sed -e "s,@@CC@@,$CC,g;s,\$(CC),$CC,g" -i makefile.shared
|
||||
|
@ -32,12 +27,13 @@ do_install() {
|
|||
}
|
||||
|
||||
libtomcrypt-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue