Receipt for: gettext-tools
# SliTaz package receipt. PACKAGE="gettext-tools" VERSION="0.21" CATEGORY="libs" SHORT_DESC="GNU gettext tools to manage translations." MAINTAINER="al.bobylev@gmail.com" HOST_ARCH="i486 x86_64" LICENSE="GPL3" WEB_SITE="https://www.gnu.org/software/gettext/" DEPENDS="acl attr glib libgomp liblzma libunistring libxml2 pcre zlib" # libcroco (unmaintained) # libunistring: msgfmt/msgmerge and libgettext{lib,src} NEED libunistring.so.2; # it was missing here so gettext-tools shipped broken (msgfmt: libunistring.so.2 # cannot open) in every chroot/system that installs it. WANTED="gettext" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_files msgcat msgfmt msgmerge xgettext libgettextlib*.so* \ libgettextsrc*.so* }
SliTaz Cooker ยท i486