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

Woodland is a nature theme for Openbox.
author Leonardo Laporte <hackdorte@sapo.pt>
date Tue Apr 19 20:20:45 2016 -0300 (2016-04-19)
parents 03643a678110
children 7042a09beaeb
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-commander-i18n"
4 VERSION="1.4.8"
5 CATEGORY="utilities"
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 }