mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+gettext (#64)
This commit is contained in:
parent
d029a4b15f
commit
a92cd448b8
1 changed files with 31 additions and 0 deletions
31
projects/gnu.org/gettext/package.yml
Normal file
31
projects/gnu.org/gettext/package.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
distributable:
|
||||
url: https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
dependencies:
|
||||
gnome.org/libxml2: 2
|
||||
#TODO ncurses
|
||||
|
||||
versions:
|
||||
github: autotools-mirror/gettext/tags
|
||||
|
||||
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
|
||||
|
||||
test:
|
||||
script:
|
||||
gettext test
|
Loading…
Reference in a new issue