wok view gnome-commander-i18n/receipt @ rev 20418

Up rsync (3.1.3), perl-file-rsync (0.74), lsyncd (2.2.3), kexec-tools (2.0.17), chkrootkit (0.52), brotli (1.0.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 05 21:16:06 2018 +0200 (2018-08-05)
parents 16fdecc76f19
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-commander-i18n"
4 VERSION="1.4.8"
5 CATEGORY="localization"
6 SHORT_DESC="Language files for Gnome Commander"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://gcmd.github.io/"
10 WANTED="gnome-commander"
12 DEPENDS="gnome-commander"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/locale
18 cp -a $install/usr/share/locale/* $fs/usr/share/locale
19 }