wok-next diff libtorrent-rasterbar/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 e6615350078d
children a3c581bf52b8
line diff
     1.1 --- a/libtorrent-rasterbar/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/libtorrent-rasterbar/receipt	Sat Jun 23 09:45:42 2018 +0300
     1.3 @@ -15,18 +15,16 @@
     1.4  openssl-dev python-dev libboost-python"
     1.5  SPLIT="libtorrent-rasterbar-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-python-binding \
    1.13  		$CONFIGURE_ARGS &&
    1.14 -	make && make install
    1.15 +	fix libtool &&
    1.16 +	make &&
    1.17 +	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25  		libtorrent-rasterbar)
    1.26  			copy @std