Libraries/libexpat: added
This commit is contained in:
19
Libraries/libexpat/build
Executable file
19
Libraries/libexpat/build
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::set_download_url "https://github.com/$P/$P/releases/download/R_${V_PKG//./_}/expat-${V_PKG}.tar.bz2"
|
||||
pbuild::add_to_group 'Libraries'
|
||||
|
||||
#pbuild::compile_in_sourcetree
|
||||
|
||||
pbuild::install_docfiles 'AUTHORS'
|
||||
pbuild::install_docfiles 'Changes'
|
||||
pbuild::install_docfiles 'COPYING'
|
||||
pbuild::install_docfiles 'README.md'
|
||||
|
||||
pbuild::pre_configure() {
|
||||
pbuild::add_configure_args "--disable-shared"
|
||||
pbuild::add_configure_args "--with-pic"
|
||||
}
|
||||
|
||||
pbuild::make_all
|
||||
|
||||
1
Libraries/libexpat/files/variants
Normal file
1
Libraries/libexpat/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
libexpat/2.2.6 unstable
|
||||
14
Libraries/libexpat/modulefile
Normal file
14
Libraries/libexpat/modulefile
Normal file
@@ -0,0 +1,14 @@
|
||||
#%Module1.0
|
||||
|
||||
module-whatis "stream-oriented XML parser library written in C"
|
||||
module-url "https://libexpat.github.io/"
|
||||
module-license "Open source, see $PREFIX/share/doc/libexpat/COPYING"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
module-help "
|
||||
Expat is a stream-oriented XML parser library written in C.
|
||||
|
||||
Expat excels with files too large to fit RAM, and where
|
||||
performance and flexibility are crucial.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user