wok rev 15132

scim-*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 09:42:46 2013 +0000 (2013-08-15)
parents d925fb3ac2bd
children 1555db35e7e5
files scim-dev/receipt scim-pinyin/receipt scim-tables-additional/receipt scim-tables-base/receipt scim-tables-ja/receipt scim-tables-ko/receipt scim-tables-zh/receipt scim-tables/receipt
line diff
     1.1 --- a/scim-dev/receipt	Thu Aug 15 09:36:30 2013 +0000
     1.2 +++ b/scim-dev/receipt	Thu Aug 15 09:42:46 2013 +0000
     1.3 @@ -3,17 +3,19 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Smart Common Input Method (SCIM) development files."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 -DEPENDS="scim"
     1.8 +LICENSE="LGPL2.1"
     1.9  WEB_SITE="http://www.scim-im.org/"
    1.10  WANTED="scim"
    1.11  
    1.12 +DEPENDS="scim"
    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
    1.18 -    cp -a $_pkg/usr/lib $fs/usr
    1.19 -    cp -a $_pkg/usr/include $fs/usr
    1.20 +    cp -a $install/usr/lib $fs/usr
    1.21 +    cp -a $install/usr/include $fs/usr
    1.22      find $fs/usr/lib -type f -not -name '*a' -exec rm {} \;
    1.23      find $fs/usr/lib -type l -exec rm {} \;
    1.24 -    cp -a $_pkg/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
    1.25 +    cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
    1.26  }
     2.1 --- a/scim-pinyin/receipt	Thu Aug 15 09:36:30 2013 +0000
     2.2 +++ b/scim-pinyin/receipt	Thu Aug 15 09:42:46 2013 +0000
     2.3 @@ -5,13 +5,15 @@
     2.4  CATEGORY="utilities"
     2.5  SHORT_DESC="Chinese PinYin input for SCIM."
     2.6  MAINTAINER="rocky@slitaz.org"
     2.7 -DEPENDS="scim"
     2.8 -BUILD_DEPENDS="scim-dev gtk+-dev"
     2.9 +LICENSE="LGPL2.1"
    2.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.11  WEB_SITE="http://www.scim-im.org/"
    2.12  WGET_URL="$SF_MIRROR/scim/$TARBALL"
    2.13  #WGET_URL="http://kent.dl.sourceforge.net/sourceforge/scim/$TARBALL"
    2.14  
    2.15 +DEPENDS="scim"
    2.16 +BUILD_DEPENDS="scim-dev gtk+-dev"
    2.17 +
    2.18  # Rules to configure and make the package.
    2.19  compile_rules()
    2.20  {
    2.21 @@ -30,14 +32,14 @@
    2.22          --disable-static \
    2.23          $CONFIGURE_ARGS &&
    2.24      make &&
    2.25 -    make DESTDIR=$PWD/_pkg install
    2.26 +    make DESTDIR=$DESTDIR install
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.30  genpkg_rules()
    2.31  {
    2.32      mkdir -p $fs/usr/share
    2.33 -    cp -a $_pkg/usr/lib $fs/usr
    2.34 -    cp -a $_pkg/usr/share/scim $fs/usr/share
    2.35 +    cp -a $install/usr/lib $fs/usr
    2.36 +    cp -a $install/usr/share/scim $fs/usr/share
    2.37      find $fs/usr/lib -name '*.la' -exec rm {} \;
    2.38  }
     3.1 --- a/scim-tables-additional/receipt	Thu Aug 15 09:36:30 2013 +0000
     3.2 +++ b/scim-tables-additional/receipt	Thu Aug 15 09:42:46 2013 +0000
     3.3 @@ -5,15 +5,17 @@
     3.4  CATEGORY="x-window"
     3.5  SHORT_DESC="Miscellaneous input method data tables for SCIM platform."
     3.6  MAINTAINER="rocky@slitaz.org"
     3.7 -DEPENDS="scim-tables-base"
     3.8 +LICENSE="GPL2"
     3.9  WANTED="scim-tables"
    3.10  WEB_SITE="http://www.scim-im.org/"
    3.11  
    3.12 +DEPENDS="scim-tables-base"
    3.13 +
    3.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.15  genpkg_rules()
    3.16  {
    3.17      mkdir -p $fs/usr/share
    3.18 -    cp -a $_pkg/usr/share/scim $fs/usr/share
    3.19 +    cp -a $install/usr/share/scim $fs/usr/share
    3.20  
    3.21  if false; then # spurrious things...
    3.22      # Rm ja files.
     4.1 --- a/scim-tables-base/receipt	Thu Aug 15 09:36:30 2013 +0000
     4.2 +++ b/scim-tables-base/receipt	Thu Aug 15 09:42:46 2013 +0000
     4.3 @@ -5,14 +5,16 @@
     4.4  CATEGORY="x-window"
     4.5  SHORT_DESC="SCIM Generic Table Input Method base module."
     4.6  MAINTAINER="rocky@slitaz.org"
     4.7 -DEPENDS="scim"
     4.8 +LICENSE="GPL2"
     4.9  WANTED="scim-tables"
    4.10  WEB_SITE="http://www.scim-im.org/"
    4.11  
    4.12 +DEPENDS="scim"
    4.13 +
    4.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.15  genpkg_rules()
    4.16  {
    4.17      mkdir -p $fs/usr
    4.18 -    cp -a $_pkg/usr/lib $fs/usr
    4.19 +    cp -a $install/usr/lib $fs/usr
    4.20      find $fs/usr/lib -name '*.la' -exec rm {} \;
    4.21  }
     5.1 --- a/scim-tables-ja/receipt	Thu Aug 15 09:36:30 2013 +0000
     5.2 +++ b/scim-tables-ja/receipt	Thu Aug 15 09:42:46 2013 +0000
     5.3 @@ -5,16 +5,18 @@
     5.4  CATEGORY="x-window"
     5.5  SHORT_DESC="Japanese input method data tables for SCIM platform."
     5.6  MAINTAINER="rocky@slitaz.org"
     5.7 -DEPENDS="scim-tables-base"
     5.8 +LICENSE="GPL2"
     5.9  WANTED="scim-tables"
    5.10  WEB_SITE="http://www.scim-im.org/"
    5.11  
    5.12 +DEPENDS="scim-tables-base"
    5.13 +
    5.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.15  genpkg_rules()
    5.16  {
    5.17      mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
    5.18      for file in `cat stuff/wanted-files.list`
    5.19      do
    5.20 -        cp -a ${_pkg}$file ${fs}$file
    5.21 +        cp -a $install$file ${fs}$file
    5.22      done
    5.23  }
     6.1 --- a/scim-tables-ko/receipt	Thu Aug 15 09:36:30 2013 +0000
     6.2 +++ b/scim-tables-ko/receipt	Thu Aug 15 09:42:46 2013 +0000
     6.3 @@ -5,16 +5,18 @@
     6.4  CATEGORY="x-window"
     6.5  SHORT_DESC="Korean input method data tables for SCIM platform."
     6.6  MAINTAINER="rocky@slitaz.org"
     6.7 -DEPENDS="scim-tables-base"
     6.8 +LICENSE="GPL2"
     6.9  WANTED="scim-tables"
    6.10  WEB_SITE="http://www.scim-im.org/"
    6.11  
    6.12 +DEPENDS="scim-tables-base"
    6.13 +
    6.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.15  genpkg_rules()
    6.16  {
    6.17      mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
    6.18      for file in `cat stuff/wanted-files.list`
    6.19      do
    6.20 -        cp -a ${_pkg}$file ${fs}$file
    6.21 +        cp -a $install$file ${fs}$file
    6.22      done
    6.23  }
     7.1 --- a/scim-tables-zh/receipt	Thu Aug 15 09:36:30 2013 +0000
     7.2 +++ b/scim-tables-zh/receipt	Thu Aug 15 09:42:46 2013 +0000
     7.3 @@ -5,16 +5,18 @@
     7.4  CATEGORY="x-window"
     7.5  SHORT_DESC="Chinese input method data tables for SCIM platform."
     7.6  MAINTAINER="rocky@slitaz.org"
     7.7 -DEPENDS="scim-tables-base wqy-bitmapfont"
     7.8 +LICENSE="GPL2"
     7.9  WANTED="scim-tables"
    7.10  WEB_SITE="http://www.scim-im.org/"
    7.11  
    7.12 +DEPENDS="scim-tables-base wqy-bitmapfont"
    7.13 +
    7.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.15  genpkg_rules()
    7.16  {
    7.17      mkdir -p $fs/usr/share/scim/icons $fs/usr/share/scim/tables
    7.18      for file in `cat stuff/wanted-files.list`
    7.19      do
    7.20 -        cp -a ${_pkg}$file ${fs}$file
    7.21 +        cp -a $install$file ${fs}$file
    7.22      done
    7.23  }
     8.1 --- a/scim-tables/receipt	Thu Aug 15 09:36:30 2013 +0000
     8.2 +++ b/scim-tables/receipt	Thu Aug 15 09:42:46 2013 +0000
     8.3 @@ -5,13 +5,15 @@
     8.4  CATEGORY="meta"
     8.5  SHORT_DESC="SCIM Generic Table Input Method module meta package."
     8.6  MAINTAINER="rocky@slitaz.org"
     8.7 -DEPENDS="scim scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh scim-tables-additional"
     8.8 -BUILD_DEPENDS="scim-dev expat-dev gtk+-dev"
     8.9 +LICENSE="GPL2"
    8.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    8.11  WEB_SITE="http://www.scim-im.org/"
    8.12  WGET_URL="$SF_MIRROR/scim/$TARBALL"
    8.13  LOCALE=""
    8.14  
    8.15 +DEPENDS="scim scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh scim-tables-additional"
    8.16 +BUILD_DEPENDS="scim-dev expat-dev gtk+-dev"
    8.17 +
    8.18  # Rules to configure and make the package.
    8.19  compile_rules()
    8.20  {
    8.21 @@ -21,7 +23,7 @@
    8.22          --disable-static \
    8.23          $CONFIGURE_ARGS &&
    8.24      make &&
    8.25 -    make DESTDIR=$PWD/_pkg install
    8.26 +    make DESTDIR=$DESTDIR install
    8.27  }
    8.28  
    8.29  # Rules to gen a SliTaz package suitable for Tazpkg.