wok view lxterminal-locales/receipt @ rev 23874

squidclamav: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 19:42:45 2020 +0000 (2020-06-25)
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 }