eth0s/toolchain/18-gettext

11 lines
227 B
Text
Raw Normal View History

name=gettext
version=0.20.1
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
}