pantry/projects/gnu.org/gettext/package.yml

31 lines
635 B
YAML
Raw Normal View History

2022-08-02 14:31:02 +03:00
distributable:
2022-09-18 23:15:38 +03:00
url: https://ftp.gnu.org/gnu/gettext/gettext-{{version.raw}}.tar.gz
2022-08-02 14:31:02 +03:00
strip-components: 1
dependencies:
gnome.org/libxml2: 2
#TODO ncurses
versions:
github: autotools-mirror/gettext/tags
2022-09-25 16:06:09 +03:00
strip: /v/
2022-08-02 14:31:02 +03:00
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure \
--prefix={{ prefix }} \
--disable-debug \
--with-included-debug \
--with-included-libcroco \
--with-included-libunistring \
--without-included-libxml \
--disable-java \
--disable-csharp
make --jobs {{ hw.concurrency }}
make install
2022-09-18 23:15:38 +03:00
test: gettext test