# SliTaz package receipt.

PACKAGE="lxterminal-locales"
VERSION="0.1.11"
CATEGORY="utilities"
SHORT_DESC="LXDE X Terminal emulator locales."
MAINTAINER="gokhlayeh@slitaz.org"
DEPENDS="lxterminal"
WANTED="lxterminal"
WEB_SITE="http://lxde.org"

# Rules to configure and make the package.

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