wok annotate scim-tables-ja/receipt @ rev 15132
scim-*: add LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 09:42:46 2013 +0000 (2013-08-15) |
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 } |