wok annotate gettext-base/receipt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents 0e72c977bd24
children
rev   line source
pankso@2746 1 # SliTaz package receipt.
pankso@2746 2
pankso@2746 3 PACKAGE="gettext-base"
Hans-G?nter@24595 4 VERSION="0.21"
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"
Hans-G?nter@24595 9 WEB_SITE="https://www.gnu.org/software/gettext/"
al@14903 10
gokhlayeh@8183 11 DEPENDS="glibc-base"
pankso@2746 12 WANTED="gettext"
pankso@12830 13
Hans-G?nter@24595 14 HOST_ARCH="i486 arm"
Hans-G?nter@24595 15
pankso@12830 16 # Just to be sure when cross compiling, gettext is part of base system.
pankso@12830 17 testsuite()
pankso@12830 18 {
pankso@12830 19 readelf -h $install/usr/bin/gettext
pankso@12830 20 }
pankso@2746 21
pankso@2746 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2746 23 genpkg_rules()
pankso@2746 24 {
al@19845 25 cook_copy_files gettext ngettext envsubst
Hans-G?nter@24595 26 install -m755 $stuff/gettext.sh $fs/usr/bin
pankso@2746 27 }