wok diff scim-tables-base/receipt @ rev 21639
procps-3.2.8 recompiled (ncurses-6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 29 16:50:51 2019 +0100 (2019-05-29) |
parents | 20b9600c7f0c |
children | 667a6ebad331 |
line diff
1.1 --- a/scim-tables-base/receipt Thu Aug 15 09:42:46 2013 +0000 1.2 +++ b/scim-tables-base/receipt Wed May 29 16:50:51 2019 +0100 1.3 @@ -1,20 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scim-tables-base" 1.7 -VERSION="0.5.9" 1.8 +VERSION="0.5.14.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="SCIM Generic Table Input Method base module." 1.11 MAINTAINER="rocky@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WANTED="scim-tables" 1.14 WEB_SITE="http://www.scim-im.org/" 1.15 1.16 +WANTED="scim-tables" 1.17 DEPENDS="scim" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr 1.23 - cp -a $install/usr/lib $fs/usr 1.24 - find $fs/usr/lib -name '*.la' -exec rm {} \; 1.25 + mkdir -p $fs/usr 1.26 + cp -a $install/usr/lib $fs/usr 1.27 + find $fs/usr/lib -name '*.la' -exec rm {} \; 1.28 }