libtasn1: update to 2.6.
This commit is contained in:
parent
2aea9fdee2
commit
29eaf12908
3 changed files with 4 additions and 8 deletions
|
@ -5,8 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libtasn1
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains some ASN.1 tools that come with libtasn1."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libtasn1
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template build file for 'libtasn1'.
|
||||
pkgname=libtasn1
|
||||
version=2.1
|
||||
revision=1
|
||||
distfiles="ftp://ftp.gnutls.org/pub/gnutls/$pkgname/$pkgname-$version.tar.gz"
|
||||
version=2.6
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="ASN.1 structure parser library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ef89d6ef509185f6f3b67140d58e5aa4494fa87118e0982dc2fddeb0d0204533
|
||||
checksum=7aeb9ccec4ed7136441498d14ba3b4104cd6a6d4b489bbb010280999ebaaf9c7
|
||||
long_desc="
|
||||
libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
|
||||
structures management.
|
||||
|
|
Loading…
Reference in a new issue