wok-current view lxterminal-lang/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (8 weeks 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 }