# SliTaz package receipt. PACKAGE="scim-tables-ko" VERSION="0.5.9" CATEGORY="x-window" SHORT_DESC="Korean input method data tables for SCIM platform." MAINTAINER="rocky@slitaz.org" DEPENDS="scim-tables-base" WANTED="scim-tables" WEB_SITE="http://www.scim-im.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables for file in `cat stuff/wanted-files.list` do cp -a ${_pkg}$file ${fs}$file done }