libtasn1: update to 2.14.
This commit is contained in:
parent
11a30a8b49
commit
184e937c11
2 changed files with 11 additions and 11 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'libtasn1-devel'.
|
# Template file for 'libtasn1-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libtasn1"
|
noarch=yes
|
||||||
|
depends="glibc-devel libtasn1>=${version}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
|
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
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/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/info ${DESTDIR}/usr/share
|
mv ${SRCPKGDESTDIR}/usr/share/info ${DESTDIR}/usr/share
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
# Template build file for 'libtasn1'.
|
# Template build file for 'libtasn1'.
|
||||||
pkgname=libtasn1
|
pkgname=libtasn1
|
||||||
version=2.6
|
version=2.14
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
revision=1
|
||||||
|
subpackages="$pkgname-devel $pkgname-tools"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
configure_args="--disable-static"
|
||||||
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>"
|
||||||
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="
|
long_desc="
|
||||||
libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
|
libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
|
||||||
structures management.
|
structures management.
|
||||||
|
@ -18,5 +22,3 @@ long_desc="
|
||||||
containing an array.
|
containing an array.
|
||||||
- DER (Distinguish Encoding Rules) encoding.
|
- DER (Distinguish Encoding Rules) encoding.
|
||||||
- no limits for INTEGER and ENUMERATED values."
|
- no limits for INTEGER and ENUMERATED values."
|
||||||
|
|
||||||
subpackages="$pkgname-devel $pkgname-tools"
|
|
||||||
|
|
Loading…
Reference in a new issue