wok-next diff sqlite3/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 d43bf7aae921
children fa61cfb16a25
line diff
     1.1 --- a/sqlite3/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/sqlite3/receipt	Sat Jun 23 09:45:42 2018 +0300
     1.3 @@ -17,9 +17,7 @@
     1.4  BUILD_DEPENDS="tcl-dev"
     1.5  SPLIT="libsqlite3 libsqlite3-tcl lemon sqlite3-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	case "$ARCH" in
    1.12  		arm*) ARCH_ARGS="--with-tcl=/cross/arm/sysroot/usr/lib" ;;
    1.13  	esac
    1.14 @@ -39,6 +37,7 @@
    1.15  		LDFLAGS="$LDFLAGS -ldl" \
    1.16  		$ARCH_ARGS \
    1.17  		$CONFIGURE_ARGS &&
    1.18 +	fix libtool &&
    1.19  	sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool &&
    1.20  	sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool &&
    1.21  	make &&
    1.22 @@ -60,9 +59,7 @@
    1.23  	chmod +x $install/usr/bin/mysql2sqlite.sh
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	case $PACKAGE in
    1.31  		sqlite3)
    1.32  			copy sqlite3 mysql2sqlite.sh