wok diff scim-tables-ko/receipt @ rev 21217

updated scim-tables* (0.5.9 -> 0.5.14.1)
author Hans-G?nter Theisgen
date Tue Apr 09 17:52:52 2019 +0100 (2019-04-09)
parents 20b9600c7f0c
children 667a6ebad331
line diff
     1.1 --- a/scim-tables-ko/receipt	Thu Aug 15 09:42:46 2013 +0000
     1.2 +++ b/scim-tables-ko/receipt	Tue Apr 09 17:52:52 2019 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scim-tables-ko"
     1.7 -VERSION="0.5.9"
     1.8 +VERSION="0.5.14.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Korean input method data tables for SCIM platform."
    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-tables-base"
    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/share/scim/icons $fs/usr/share/scim/tables
    1.23 -    for file in `cat stuff/wanted-files.list`
    1.24 -    do
    1.25 -        cp -a $install$file ${fs}$file
    1.26 -    done
    1.27 +	mkdir -p $fs/usr/share/scim/icons
    1.28 +	mkdir -p $fs/usr/share/scim/tables
    1.29 +	for file in `cat stuff/wanted-files.list`
    1.30 +	  do
    1.31 +		cp -a $install$file ${fs}$file
    1.32 +	  done
    1.33  }