wok-next diff clucene/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 4ca71b0ef823
children
line diff
     1.1 --- a/clucene/receipt	Sun Jun 25 14:29:39 2017 +0300
     1.2 +++ b/clucene/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="2.3.3.4"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="CLucene - a C++ search engine"
     1.7 -MAINTAINER="domcox@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="LGPL Apache"
    1.10  WEB_SITE="https://sourceforge.net/projects/clucene/"
    1.11  
    1.12 @@ -12,24 +12,21 @@
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="cmake zlib-dev"
    1.16 -SPLIT="clucene-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	mkdir build &&
    1.23 -	cd    build &&
    1.24 +compile_rules() {
    1.25 +	mkdir build
    1.26 +	cd    build
    1.27  
    1.28  	cmake \
    1.29  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.30 -		-DBUILD_CONTRIBS_LIB=ON .. &&
    1.31 +		-DBUILD_CONTRIBS_LIB=ON \
    1.32 +		.. &&
    1.33  	make &&
    1.34  	make -j1 install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 +genpkg_rules() {
    1.41  	case $PACKAGE in
    1.42  		clucene) copy @std; TAGS="text indexing";;
    1.43  		*-dev)   copy @dev;;