# SliTaz package receipt.

PACKAGE="fcitx-skin-classic"
VERSION="4.1.2"
CATEGORY="x-window"
SHORT_DESC="The classic skin of fcitx."
MAINTAINER="devel@slitaz.org"
DEPENDS=""
WEB_SITE="http://code.google.com/p/fcitx/"
WANTED="fcitx"

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