wok diff scim-tables/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 d31f3e97b753
line diff
     1.1 --- a/scim-tables/receipt	Thu Aug 15 09:42:46 2013 +0000
     1.2 +++ b/scim-tables/receipt	Tue Apr 09 17:52:52 2019 +0100
     1.3 @@ -1,33 +1,36 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scim-tables"
     1.7 -VERSION="0.5.9"
     1.8 +VERSION="0.5.14.1"
     1.9  CATEGORY="meta"
    1.10  SHORT_DESC="SCIM Generic Table Input Method module meta package."
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://www.scim-im.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.scim-im.org/"
    1.17  WGET_URL="$SF_MIRROR/scim/$TARBALL"
    1.18 +
    1.19  LOCALE=""
    1.20 -
    1.21 -DEPENDS="scim scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh scim-tables-additional"
    1.22 -BUILD_DEPENDS="scim-dev expat-dev gtk+-dev"
    1.23 +DEPENDS="scim scim-tables-additional scim-tables-base \
    1.24 +	scim-tables-ja scim-tables-ko scim-tables-zh"
    1.25 +BUILD_DEPENDS="automake scim-dev expat-dev gtk+-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -    cd $src
    1.31 -    ./configure --prefix=/usr \
    1.32 -        --mandir=/usr/share/man \
    1.33 -        --disable-static \
    1.34 -        $CONFIGURE_ARGS &&
    1.35 -    make &&
    1.36 -    make DESTDIR=$DESTDIR install
    1.37 +	./bootstrap &&
    1.38 +	./configure			\
    1.39 +		--prefix=/usr		\
    1.40 +		--mandir=/usr/share/man	\
    1.41 +		--disable-static	\
    1.42 +		$CONFIGURE_ARGS &&
    1.43 +	make -j 1 &&
    1.44 +	make DESTDIR=$DESTDIR install
    1.45  }
    1.46  
    1.47  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.48  genpkg_rules()
    1.49  {
    1.50 -    mkdir -p $fs/var
    1.51 +	mkdir -p $fs/var
    1.52  }