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

busybox: support Unicode up to 0x2BFF (ref: http://jrgraphix.net/research/unicode_blocks.php)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 06 13:34:00 2013 +0300 (2013-09-06)
parents 2b2c37045605
children 774a11579165
line diff
     1.1 --- a/scim-tables-ko/receipt	Tue Jun 23 12:47:10 2009 +0800
     1.2 +++ b/scim-tables-ko/receipt	Fri Sep 06 13:34:00 2013 +0300
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Korean input method data tables for SCIM platform."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 -DEPENDS="scim-tables-base"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="scim-tables"
    1.10  WEB_SITE="http://www.scim-im.org/"
    1.11  
    1.12 +DEPENDS="scim-tables-base"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17      mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
    1.18      for file in `cat stuff/wanted-files.list`
    1.19      do
    1.20 -        cp -a ${_pkg}$file ${fs}$file
    1.21 +        cp -a $install$file ${fs}$file
    1.22      done
    1.23  }