2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

kiss: Remove gettext

This commit is contained in:
Dylan Araps 2019-06-18 18:20:40 +03:00
parent 815b7b435b
commit ac8e3ad80e
6 changed files with 2 additions and 2128 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh -e
./configure --prefix=/usr
make
make DESTDIR="$1" install
# Fix conflict with musl.
mkdir -p "$1/usr/include/gettext"
mv "$1/usr/include/libintl.h" "$1/usr/include/gettext/libintl.h"

View File

@ -1 +0,0 @@
66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c gettext-0.20.1.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.gz

View File

@ -1 +0,0 @@
0.20.1 1

View File

@ -1,6 +1,7 @@
#!/bin/sh -e
./configure --prefix=/usr
./configure \
--prefix=/usr
make
make DESTDIR="$1" install