libtasn1: update to 3.4.

This commit is contained in:
Juan RP 2014-01-04 09:07:31 +01:00
parent a91cb4fb01
commit 01c33e79d0

View file

@ -1,40 +1,31 @@
# Template build file for 'libtasn1'. # Template build file for 'libtasn1'.
pkgname=libtasn1 pkgname=libtasn1
version=3.2 version=3.4
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" hostmakedepends="perl"
short_desc="ASN.1 structure parser library" short_desc="ASN.1 structure parser library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/libtasn1/" homepage="http://www.gnu.org/software/libtasn1/"
license="GPL-3, LGPL-2.1" license="GPL-3, LGPL-2.1"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=672ee08108a0f98b006377ab9e5e926ed6d7e4811f18538f838c457e7db36f3f checksum=f353507a458fe2372b791016a056c95946eebfc7256b49013851f134a5e6acc8
long_desc="
libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
structures management.
The main features of this library are:
- on-line ASN1 structure management that does not require any C
code file generation.
- off-line ASN1 structure management with C code file generation
containing an array.
- DER (Distinguish Encoding Rules) encoding.
- no limits for INTEGER and ENUMERATED values."
libtasn1-devel_package() { libtasn1-devel_package() {
depends="${sourcepkg}>=${version}" depends="${sourcepkg}>=${version}"
short_desc+=" -- development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/man/man3 vmove usr/share/man/man3
vmove usr/share/info vmove usr/share/info
} }
} }
libtasn1-tools_package() { libtasn1-tools_package() {
short_desc+=" -- ASN.1 tools" short_desc+=" - ASN.1 tools"
pkg_install() { pkg_install() {
vmove usr/bin vmove usr/bin
vmove usr/share vmove usr/share