wok view lxterminal-lang/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (23 months ago)
parents 3399d88bfd0e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="lxterminal-lang"
4 VERSION="0.4.0"
5 CATEGORY="localization"
6 TAGS="LXDE locale"
7 SHORT_DESC="LXDE terminal emulator - localised messages."
8 MAINTAINER="gokhlayeh@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.lxde.org/"
12 WANTED="lxterminal"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 # mkdir -p $fs/usr/share
18 # cp -a $install/usr/share/locale $fs/usr/share
19 cook_copy_folders locale
20 }