System/gettext
- added
This commit is contained in:
19
System/gettext/build
Executable file
19
System/gettext/build
Executable 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"
|
||||
|
||||
1
System/gettext/files/variants
Normal file
1
System/gettext/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
gettext/0.19.8 stable
|
||||
15
System/gettext/modulefile
Normal file
15
System/gettext/modulefile
Normal 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.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user