libtasn1
- added
This commit is contained in:
13
Libraries/libtasn1/build
Executable file
13
Libraries/libtasn1/build
Executable 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
|
||||
1
Libraries/libtasn1/files/variants
Normal file
1
Libraries/libtasn1/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
libtasn1/4.13 unstable
|
||||
20
Libraries/libtasn1/modulefile
Normal file
20
Libraries/libtasn1/modulefile
Normal 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
|
||||
Reference in New Issue
Block a user