libtasn1: update to 2.14.
This commit is contained in:
parent
11a30a8b49
commit
184e937c11
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'libtasn1-devel'.
|
||||
#
|
||||
depends="glibc-devel libtasn1"
|
||||
noarch=yes
|
||||
depends="glibc-devel libtasn1>=${version}"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
mv ${SRCPKGDESTDIR}/usr/share/info ${DESTDIR}/usr/share
|
||||
|
|
|
@ -1,12 +1,16 @@
|
|||
# Template build file for 'libtasn1'.
|
||||
pkgname=libtasn1
|
||||
version=2.6
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
version=2.14
|
||||
revision=1
|
||||
subpackages="$pkgname-devel $pkgname-tools"
|
||||
build_style=gnu-configure
|
||||
revision=2
|
||||
configure_args="--disable-static"
|
||||
short_desc="ASN.1 structure parser library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=7aeb9ccec4ed7136441498d14ba3b4104cd6a6d4b489bbb010280999ebaaf9c7
|
||||
homepage="http://www.gnu.org/software/libtasn1/"
|
||||
license="GPL-3, LGPL-2.1"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=bc2936cd20267859278145e563427c274d27aaae30ecdf50a04cdd4ec0153d54
|
||||
long_desc="
|
||||
libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
|
||||
structures management.
|
||||
|
@ -18,5 +22,3 @@ long_desc="
|
|||
containing an array.
|
||||
- DER (Distinguish Encoding Rules) encoding.
|
||||
- no limits for INTEGER and ENUMERATED values."
|
||||
|
||||
subpackages="$pkgname-devel $pkgname-tools"
|
||||
|
|
Loading…
Reference in New Issue