eth0s/toolchain/18-gettext

11 lines
225 B
Text
Raw 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
cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /tools/bin
}