wok-next view gnome-commander-i18n/receipt @ rev 18149
Up: slitaz-base-files (277)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 18 21:56:35 2015 +0300 (2015-06-18) |
parents | f4c22f009037 |
children | 16fdecc76f19 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-commander-i18n"
4 VERSION="1.4.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Language files for Gnome Commander"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.nongnu.org/gcmd/"
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 }