wok-next view gettext-base/receipt @ rev 6432

Add: scummvm 1.1.1, beneath-a-steel-sky 1.2
author Antoine Bodin <gokhlayeh@mailoo.org>
date Mon Sep 27 18:03:47 2010 +0200 (2010-09-27)
parents 429f53fb89ec
children e198ea52ecc9
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 }