wok-6.x annotate scim-tables-ja/receipt @ rev 25018
updated openjpeg, openjpeg-dev and openjpeg-tools again (1.5.0 -> 1.5.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 18 07:14:08 2022 +0100 (2022-05-18) |
parents | 774a11579165 |
children |
rev | line source |
---|---|
rocky@3549 | 1 # SliTaz package receipt. |
rocky@3549 | 2 |
rocky@3549 | 3 PACKAGE="scim-tables-ja" |
Hans-G?nter@21217 | 4 VERSION="0.5.14.1" |
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" |
pascal@22398 | 9 WEB_SITE="https://www.scim-im.org/" |
rocky@3549 | 10 |
Hans-G?nter@21217 | 11 WANTED="scim-tables" |
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 { |
Hans-G?nter@21217 | 17 mkdir -p $fs/usr/share/scim/icons |
Hans-G?nter@21217 | 18 mkdir -p $fs/usr/share/scim/tables |
Hans-G?nter@21217 | 19 |
Hans-G?nter@21217 | 20 for file in `cat stuff/wanted-files.list` |
Hans-G?nter@21217 | 21 do |
Hans-G?nter@21217 | 22 cp -a $install$file ${fs}$file |
Hans-G?nter@21217 | 23 done |
rocky@3549 | 24 } |