# SliTaz package receipt.

PACKAGE="gnome-commander-i18n"
VERSION="1.2.8.15"
CATEGORY="utilities"
SHORT_DESC="Language files for Gnome Commander"
MAINTAINER="al.bobylev@gmail.com"
DEPENDS="gnome-commander"
WEB_SITE="http://www.nongnu.org/gcmd/"
WANTED="gnome-commander"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/share/locale
	cp -a $_pkg/usr/share/locale/* $fs/usr/share/locale
}