wok-next diff ijs/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 9b83ae3e9ce7
children d5aab818505e
line diff
     1.1 --- a/ijs/receipt	Fri Jun 23 16:10:03 2017 +0300
     1.2 +++ b/ijs/receipt	Sat Jun 23 09:45:42 2018 +0300
     1.3 @@ -14,19 +14,17 @@
     1.4  BUILD_DEPENDS="gfortran"
     1.5  SPLIT="ijs-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure \
    1.12  		--enable-shared \
    1.13  		--disable-static \
    1.14  		$CONFIGURE_ARGS &&
    1.15 -	make && make install
    1.16 +	fix libtool &&
    1.17 +	make &&
    1.18 +	make install
    1.19  }
    1.20  
    1.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 -genpkg_rules()
    1.23 -{
    1.24 +genpkg_rules() {
    1.25  	case $PACKAGE in
    1.26  		ijs)   copy @std;;
    1.27  		*-dev) copy @dev;;