wok view lxterminal-locales/receipt @ rev 21754

Up firefox-official (67.0.3), tinyproxy (1.10.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 19 17:26:14 2019 +0200 (2019-06-19)
parents 6e8b1bcb30e2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lxterminal-locales"
4 VERSION="0.3.2"
5 CATEGORY="localization"
6 TAGS="LXDE locale"
7 SHORT_DESC="LXDE terminal emulator - locale files"
8 MAINTAINER="gokhlayeh@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://wiki.lxde.org/en/LXTerminal"
12 DEPENDS="lxterminal"
13 WANTED="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 }