wok view scim-tables-base/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents 20b9600c7f0c
children 667a6ebad331
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-base"
4 VERSION="0.5.14.1"
5 CATEGORY="x-window"
6 SHORT_DESC="SCIM Generic Table Input Method base module."
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.scim-im.org/"
11 WANTED="scim-tables"
12 DEPENDS="scim"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/lib $fs/usr
19 find $fs/usr/lib -name '*.la' -exec rm {} \;
20 }