eth0s/toolchain/18-gettext

14 lines
286 B
Text
Raw Permalink Normal View History

name=gettext
2020-11-13 13:58:01 +08:00
version=0.21
2021-04-18 08:19:42 +08:00
source="http://ftp.gnu.org/gnu/gettext/gettext-$version.tar.xz"
build() {
cd $name-$version
./configure --disable-shared
make -j1
2021-05-04 08:20:54 +08:00
cp -v gettext-tools/src/msgfmt \
gettext-tools/src/msgmerge \
gettext-tools/src/xgettext \
/tools/bin
}