diff --git a/System/gettext/build b/System/gettext/build new file mode 100755 index 0000000..151c784 --- /dev/null +++ b/System/gettext/build @@ -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" + diff --git a/System/gettext/files/variants b/System/gettext/files/variants new file mode 100644 index 0000000..151c04c --- /dev/null +++ b/System/gettext/files/variants @@ -0,0 +1 @@ +gettext/0.19.8 stable diff --git a/System/gettext/modulefile b/System/gettext/modulefile new file mode 100644 index 0000000..482747a --- /dev/null +++ b/System/gettext/modulefile @@ -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 " + +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. +" +