wok-4.x view gettext-base/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
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 }