commit 9b4347a
chld
·
2026-09-10 02:39:44 +0000 UTC
parent 7d2310d
gettext: init
3 files changed,
+33,
-1
+6,
-0
1@@ -0,0 +1,6 @@
2+name: gettext
3+description: gnuslop thing
4+license:
5+upstream:
6+version: 0.22.5
7+maintainer:
+25,
-0
1@@ -0,0 +1,25 @@
2+#!/bin/sh -ue
3+NAME=gettext
4+VERSION=0.22.5
5+RELEASE=1
6+SOURCE="https://ftp.gnu.org/gnu/${NAME}/${NAME}-${VERSION}.tar.xz"
7+BUILD_STYLE=configure
8+BUILD_OPT=" --prefix=/
9+ --bindir=/bin
10+ --sbindir=/bin
11+ --libdir=/lib
12+ --enable-statuc
13+ --disable-shared
14+ --includedir=/include
15+ --sysconfdir=/etc
16+ --disable-lto
17+ --without-gnu-ld
18+ --disable-libunistring
19+ --enable-dependency-tracking
20+ --enable-static
21+ --disable-libtool-loc
22+ --enable-jit=no
23+ --disable-nls
24+ --enable-mini-gmp
25+ --without-libiconv"
26+. ${0%/*}/../../libsh/libdmake.sh
+2,
-1
1@@ -1 +1,2 @@
2-.gmake
3+.gmake
4+.gettext