wok view scim-tables-ko/receipt @ rev 25696

created recipe for dool
author Hans-G?nter Theisgen
date Sat May 11 17:17:55 2024 +0100 (6 weeks ago)
parents 667a6ebad331
children
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-ko"
4 VERSION="0.5.14.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Korean input method data tables for SCIM platform."
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/scim-im/scim/"
11 WANTED="scim-tables"
12 DEPENDS="scim-tables-base"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/scim/icons
18 mkdir -p $fs/usr/share/scim/tables
19 for file in `cat stuff/wanted-files.list`
20 do
21 cp -a $install$file ${fs}$file
22 done
23 }