wok annotate gettext-base/receipt @ rev 13550
Of the 9 mirrors I tried, this is the ONLY one that has the lastest source code...
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Fri Nov 02 09:16:58 2012 +0200 (2012-11-02) |
parents | a246ea85cf2b |
children | c40da21aa3a1 |
rev | line source |
---|---|
pankso@2746 | 1 # SliTaz package receipt. |
pankso@2746 | 2 |
pankso@2746 | 3 PACKAGE="gettext-base" |
slaxemulator@6328 | 4 VERSION="0.18.1.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" |
gokhlayeh@8183 | 8 DEPENDS="glibc-base" |
pankso@2746 | 9 WANTED="gettext" |
pankso@2746 | 10 WEB_SITE="http://www.gnu.org/software/gettext/" |
pankso@12830 | 11 HOST_ARCH="i486 arm" |
pankso@12830 | 12 |
pankso@12830 | 13 # Just to be sure when cross compiling, gettext is part of base system. |
pankso@12830 | 14 testsuite() |
pankso@12830 | 15 { |
pankso@12830 | 16 readelf -h $install/usr/bin/gettext |
pankso@12830 | 17 } |
pankso@2746 | 18 |
pankso@2746 | 19 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2746 | 20 genpkg_rules() |
pankso@2746 | 21 { |
pankso@2746 | 22 mkdir -p $fs/usr/bin |
pankso@12830 | 23 cp -a $install/usr/bin/gettext $fs/usr/bin |
pankso@12830 | 24 cp -a $install/usr/bin/gettext.sh $fs/usr/bin |
slaxemulator@6808 | 25 # These are used in gettext.sh so there needed |
pankso@12830 | 26 cp -a $install/usr/bin/envsubst $fs/usr/bin |
pankso@12830 | 27 cp -a $install/usr/bin/ngettext $fs/usr/bin |
pankso@2746 | 28 } |