wok-next diff scim-tables/receipt @ rev 21257

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents 9278a60d6895
children
line diff
     1.1 --- a/scim-tables/receipt	Mon Jun 05 16:48:55 2017 +0300
     1.2 +++ b/scim-tables/receipt	Fri Dec 06 13:47:57 2019 +0100
     1.3 @@ -4,32 +4,28 @@
     1.4  VERSION="0.5.14.1"
     1.5  CATEGORY="meta"
     1.6  SHORT_DESC="SCIM Tables"
     1.7 -MAINTAINER="rocky@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="https://github.com/scim-im/scim-tables"
    1.11  
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WGET_URL="$WEB_SITE/archive/$TARBALL"
    1.14  
    1.15 -BUILD_DEPENDS="automake libtool intltool gettext scim-dev"
    1.16 +BUILD_DEPENDS="automake libtool intltool gettext-dev scim-dev"
    1.17  SPLIT="scim-tables-base scim-tables-ja scim-tables-ko scim-tables-zh \
    1.18  scim-tables-dev scim-tables-additional"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	./bootstrap &&
    1.25  
    1.26  	./configure \
    1.27  		--disable-static \
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30 -	make DESTDIR=$DESTDIR install
    1.31 +	make DESTDIR=$install install
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 +genpkg_rules() {
    1.38  	case $PACKAGE in
    1.39  		scim-tables)
    1.40  			DEPENDS="scim $SPLIT"