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

Up slitaz-tools-boxes (5.8.12) slitaz-configs-base (5.5.6)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Nov 05 19:46:39 2014 +0100 (2014-11-05)
parents 2b2c37045605
children 774a11579165
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-base"
4 VERSION="0.5.9"
5 CATEGORY="x-window"
6 SHORT_DESC="SCIM Generic Table Input Method base module."
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="scim-tables"
10 WEB_SITE="http://www.scim-im.org/"
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 }