wok view lxterminal-locales/receipt @ rev 19022

Up slitaz-boot-scripts (427), tazpkg (904), tazwok (557)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 01 11:32:41 2016 +0200 (2016-04-01)
parents c73f683146cf
children 7042a09beaeb
line source
1 # SliTaz package receipt.
3 PACKAGE="lxterminal-locales"
4 VERSION="0.2.0"
5 CATEGORY="utilities"
6 SHORT_DESC="LXDE terminal emulator locale files"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="lxterminal"
10 WEB_SITE="http://lxde.org"
11 TAGS="LXDE locale"
13 DEPENDS="lxterminal"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share
19 cp -a $install/usr/share/locale $fs/usr/share
20 }