wok annotate lxterminal-locales/receipt @ rev 17317

Add tix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 04 08:58:28 2014 +0100 (2014-11-04)
parents f01409ef6d29
children c73f683146cf
rev   line source
gokhlayeh@5956 1 # SliTaz package receipt.
gokhlayeh@5956 2
gokhlayeh@5956 3 PACKAGE="lxterminal-locales"
devl547@11276 4 VERSION="0.1.11"
gokhlayeh@5956 5 CATEGORY="utilities"
gokhlayeh@5956 6 SHORT_DESC="LXDE X Terminal emulator locales."
gokhlayeh@7034 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
gokhlayeh@5956 9 WANTED="lxterminal"
gokhlayeh@5956 10 WEB_SITE="http://lxde.org"
gokhlayeh@5956 11
pascal@15379 12 DEPENDS="lxterminal"
pascal@15379 13
gokhlayeh@5956 14 # Rules to configure and make the package.
gokhlayeh@5956 15
gokhlayeh@5956 16 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@5956 17 genpkg_rules()
gokhlayeh@5956 18 {
gokhlayeh@5956 19 mkdir -p $fs/usr/share
pascal@15379 20 cp -a $install/usr/share/locale $fs/usr/share
gokhlayeh@5956 21 }
gokhlayeh@5956 22