wok diff scim-tables/receipt @ rev 20815

cvs: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 16:14:25 2019 +0100 (2019-02-18)
parents d0d763c71fac
children 774a11579165
line diff
     1.1 --- a/scim-tables/receipt	Tue Aug 13 22:37:25 2013 +0000
     1.2 +++ b/scim-tables/receipt	Mon Feb 18 16:14:25 2019 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="meta"
     1.5  SHORT_DESC="SCIM Generic Table Input Method module meta package."
     1.6  MAINTAINER="rocky@slitaz.org"
     1.7 -DEPENDS="scim scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh scim-tables-additional"
     1.8 -BUILD_DEPENDS="scim-dev expat-dev gtk+-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.scim-im.org/"
    1.12  WGET_URL="$SF_MIRROR/scim/$TARBALL"
    1.13  LOCALE=""
    1.14  
    1.15 +DEPENDS="scim scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh scim-tables-additional"
    1.16 +BUILD_DEPENDS="scim-dev expat-dev gtk+-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -21,7 +23,7 @@
    1.22          --disable-static \
    1.23          $CONFIGURE_ARGS &&
    1.24      make &&
    1.25 -    make DESTDIR=$PWD/_pkg install
    1.26 +    make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.