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

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents 2b2c37045605
children 774a11579165
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"
pascal@15132 8 LICENSE="GPL2"
rocky@3549 9 WANTED="scim-tables"
rocky@3549 10 WEB_SITE="http://www.scim-im.org/"
rocky@3549 11
pascal@15132 12 DEPENDS="scim-tables-base"
pascal@15132 13
rocky@3549 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3549 15 genpkg_rules()
rocky@3549 16 {
rocky@3549 17 mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
rocky@3549 18 for file in `cat stuff/wanted-files.list`
rocky@3549 19 do
pascal@15132 20 cp -a $install$file ${fs}$file
rocky@3549 21 done
rocky@3549 22 }