wok-stable view gettext-base/receipt @ rev 6848

Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 12:31:54 2010 +0200 (2010-10-20)
parents 70481e96437f
children a246ea85cf2b
line source
1 # SliTaz package receipt.
3 PACKAGE="gettext-base"
4 VERSION="0.18.1.1"
5 CATEGORY="base-system"
6 SHORT_DESC="Base tools from the GNU Translation Project."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="gettext"
9 WEB_SITE="http://www.gnu.org/software/gettext/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp -a $_pkg/usr/bin/gettext $fs/usr/bin
16 cp -a $_pkg/usr/bin/gettext.sh $fs/usr/bin
17 # These are used in gettext.sh so there needed
18 cp -a $_pkg/usr/bin/envsubst $fs/usr/bin
19 cp -a $_pkg/usr/bin/ngettext $fs/usr/bin
20 }