- added
This commit is contained in:
2018-10-11 10:51:25 +02:00
parent 716641894b
commit 2c710af172
3 changed files with 34 additions and 0 deletions

13
Libraries/libtasn1/build Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://ftp.gnu.org/gnu/$P/$P-$V.tar.gz"
# use system gcc to compile
declare -rx CC=gcc
pbuild::add_to_group 'Libraries'
pbuild::add_configure_args "--disable-shared"
pbuild::add_configure_args "CFLAGS=-fPIC"
pbuild::make_all

View File

@@ -0,0 +1 @@
libtasn1/4.13 unstable

View File

@@ -0,0 +1,20 @@
#%Module1.0
module-whatis "ASN.1 library"
module-url "https://www.gnu.org/software/libtasn1/"
module-license "GNU LGPL v2.1"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Libtasn1 is the ASN.1 library used by GnuTLS, p11-kit and some other
packages. It was originally written by Fabio Fiorina, and now maintained
as a GNU package.
The goal of this implementation is to be highly portable, and only require
an ANSI C99 platform.
For status information on what's happening with the package, see the NEWS
file from live sources.
"
append-path PKG_CONFIG_PATH $PREFIX/lib64/pkgconfig