# SliTaz package receipt. PACKAGE="fcitx-skin-dark" VERSION="4.1.2" CATEGORY="x-window" SHORT_DESC="The dark 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/dark/ $fs/usr/share/fcitx/dark/ }