wok-next view gnome-commander-i18n/receipt @ rev 14907
lxinput: up 0.3.2; openbox: fix pipe menu display; slitaz-i18n: add missing core packages; tiny edits.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 02 15:13:41 2013 +0300 (2013-08-02) |
parents | |
children | 380ffe05937a |
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-commander-i18n"
4 VERSION="1.2.8.15"
5 CATEGORY="utilities"
6 SHORT_DESC="Language files for Gnome Commander"
7 MAINTAINER="al.bobylev@gmail.com"
8 DEPENDS="gnome-commander"
9 WEB_SITE="http://www.nongnu.org/gcmd/"
10 WANTED="gnome-commander"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/locale
16 cp -a $install/usr/share/locale/* $fs/usr/share/locale
17 }