wok annotate gettext-base/receipt @ rev 23165

updated matio (1.5.15 -> 1.5.17)
author Hans-G?nter Theisgen
date Tue Mar 17 16:23:31 2020 +0100 (2020-03-17)
parents 7c891860d341
children a1df341077ba
rev   line source
pankso@2746 1 # SliTaz package receipt.
pankso@2746 2
pankso@2746 3 PACKAGE="gettext-base"
al@19845 4 VERSION="0.19.8.1"
pankso@2746 5 CATEGORY="base-system"
pankso@2746 6 SHORT_DESC="Base tools from the GNU Translation Project."
pankso@2746 7 MAINTAINER="pankso@slitaz.org"
al@14903 8 LICENSE="GPL3"
al@14903 9 WEB_SITE="http://www.gnu.org/software/gettext/"
al@14903 10 HOST_ARCH="i486 arm"
al@14903 11
gokhlayeh@8183 12 DEPENDS="glibc-base"
pankso@2746 13 WANTED="gettext"
pankso@12830 14
pankso@12830 15 # Just to be sure when cross compiling, gettext is part of base system.
pankso@12830 16 testsuite()
pankso@12830 17 {
pankso@12830 18 readelf -h $install/usr/bin/gettext
pankso@12830 19 }
pankso@2746 20
pankso@2746 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2746 22 genpkg_rules()
pankso@2746 23 {
al@19845 24 cook_copy_files gettext ngettext envsubst
al@19845 25 install -m755 $stuff/gettext.sh $fs/usr/bin
pankso@2746 26 }