wok annotate scim-tables-ja/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents
children 20b9600c7f0c
rev   line source
rocky@3549 1 # SliTaz package receipt.
rocky@3549 2
rocky@3549 3 PACKAGE="scim-tables-ja"
rocky@3549 4 VERSION="0.5.9"
rocky@3549 5 CATEGORY="x-window"
rocky@3549 6 SHORT_DESC="Japanese input method data tables for SCIM platform."
rocky@3549 7 MAINTAINER="rocky@slitaz.org"
rocky@3549 8 DEPENDS="scim-tables-base"
rocky@3549 9 WANTED="scim-tables"
rocky@3549 10 WEB_SITE="http://www.scim-im.org/"
rocky@3549 11
rocky@3549 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3549 13 genpkg_rules()
rocky@3549 14 {
rocky@3549 15 mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
rocky@3549 16 for file in `cat stuff/wanted-files.list`
rocky@3549 17 do
rocky@3549 18 cp -a ${_pkg}$file ${fs}$file
rocky@3549 19 done
rocky@3549 20 }