System/gettext

- added
This commit is contained in:
2018-10-11 17:48:15 +02:00
parent 441ffbe8e5
commit f9a3d3b77b
3 changed files with 35 additions and 0 deletions

19
System/gettext/build Executable file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://ftp.gnu.org/pub/gnu/$P/$P-${V_PKG}.tar.gz"
pbuild::add_configure_args "--prefix=${PREFIX}"
pbuild::add_configure_args "--bindir=${PREFIX}/sbin"
pbuild::add_configure_args "--disable-java"
pbuild::add_configure_args "--disable-threads"
pbuild::add_configure_args "--disable-shared"
pbuild::add_configure_args "--enable-relocatable"
pbuild::add_configure_args "--disable-openmp"
pbuild::add_configure_args "--disable-acl"
pbuild::add_configure_args "--disable-curses"
pbuild::add_configure_args "--with-included-gettext"
pbuild::add_configure_args "--without-libiconv-prefix"
pbuild::add_configure_args "--without-libintl-prefix"
pbuild::add_configure_args "--with-included-libxml"
pbuild::add_configure_args "--with-pic=yes"

View File

@@ -0,0 +1 @@
gettext/0.19.8 stable

15
System/gettext/modulefile Normal file
View File

@@ -0,0 +1,15 @@
#%Module1.0
module-whatis "internationalization and localization (i18n) system"
module-url "https://www.gnu.org/software/gettext/"
module-license "GNU GPLv2, GNU LGPLv2, GNU FDL 1.2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
GNU gettext is designed to minimize the impact of internationalization
on program sources, keeping this impact as small and hardly noticeable
as possible. Internationalization has better chances of succeeding if
it is very light weighted, or at least, appear to be so, when looking
at program sources.
"