Merge pull request #4095 from Kwiboo/gettext-runtime

gettext: build runtime and tools
This commit is contained in:
MilhouseVH 2020-01-08 01:20:11 +00:00 committed by GitHub
commit 7cde68bc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 14 deletions

View File

@ -11,16 +11,12 @@ PKG_URL="http://ftp.gnu.org/pub/gnu/gettext/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="ccache:host" PKG_DEPENDS_HOST="ccache:host"
PKG_LONGDESC="A program internationalization library and tools." PKG_LONGDESC="A program internationalization library and tools."
configure_package() { PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared \
PKG_CONFIGURE_SCRIPT="${PKG_BUILD}/gettext-tools/configure" --disable-rpath \
--with-gnu-ld \
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared \ --disable-java \
--disable-rpath \ --disable-curses \
--with-gnu-ld \ --with-included-libxml \
--disable-java \ --disable-native-java \
--disable-curses \ --disable-csharp \
--with-included-libxml \ --without-emacs"
--disable-native-java \
--disable-csharp \
--without-emacs"
}

View File

@ -8,7 +8,7 @@ PKG_ARCH="x86_64"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_SITE="https://www.gnu.org/software/grub/index.html" PKG_SITE="https://www.gnu.org/software/grub/index.html"
PKG_URL="http://git.savannah.gnu.org/cgit/grub.git/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://git.savannah.gnu.org/cgit/grub.git/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain flex freetype:host gnulib:host" PKG_DEPENDS_TARGET="toolchain flex freetype:host gnulib:host gettext:host"
PKG_LONGDESC="GRUB is a Multiboot boot loader." PKG_LONGDESC="GRUB is a Multiboot boot loader."
PKG_TOOLCHAIN="configure" PKG_TOOLCHAIN="configure"