vp-build/templates/libtasn1/template
Juan RP 1ebe5e6b5e Mega-commit removing deps in xbps-base-chroot.
xbps-src:
  * ALWAYS use the static bins, to avoid breakage in the chroot.
  * Remove XBPS_FETCH_CMD. Use xbps-fetch (static) now that it's
    useful to download all distfiles in xbps-base-system.
  * Use busybox in the chroot and create links in /usr/local/bin
    at creation time. This helps to remove many packages that
    had problems with host/target libs (acl, attr, libarchive, etc).

build templates:
  * Add explicit gettext and texinfo build dependencies in all
    packages that need them, because they aren't built anymore
    by xbps-base-chroot.
  * Fixed some packages using build_style=gnu_makefile, that were
    broken because pre/post_configure() is not executed for a while,
    they should use pre/post_build() instead.

--HG--
extra : convert_revision : 0eaaf4917fd824710d0895e0c984bbc236b0cdf8
2009-10-30 22:14:09 +01:00

24 lines
842 B
Plaintext

# Template build file for 'libtasn1'.
pkgname=libtasn1
version=2.1
distfiles="ftp://ftp.gnutls.org/pub/gnutls/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="ASN.1 structure parser library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ef89d6ef509185f6f3b67140d58e5aa4494fa87118e0982dc2fddeb0d0204533
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."
subpackages="devel tools"
Add_dependency full glibc
Add_dependency build texinfo