wok diff lxterminal-lang/receipt @ rev 24939

f2c: add libf2c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 15 16:15:33 2022 +0000 (2022-04-15)
parents
children 180119c209e8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxterminal-lang/receipt	Fri Apr 15 16:15:33 2022 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lxterminal-lang"
     1.7 +VERSION="0.4.0"
     1.8 +CATEGORY="localization"
     1.9 +TAGS="LXDE locale"
    1.10 +SHORT_DESC="LXDE terminal emulator - localised messages."
    1.11 +MAINTAINER="gokhlayeh@slitaz.org"
    1.12 +LICENSE="GPL2"
    1.13 +WEB_SITE="https://wiki.lxde.org/en/LXTerminal"
    1.14 +
    1.15 +WANTED="lxterminal"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +#	mkdir -p $fs/usr/share
    1.21 +#	cp -a $install/usr/share/locale $fs/usr/share
    1.22 +	cook_copy_folders	locale
    1.23 +}