wok-next diff prelink/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
line diff
     1.1 --- a/prelink/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/prelink/receipt	Sat Jun 23 09:45:42 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="prelink"
     1.8  VERSION="20130503"
     1.9 @@ -7,21 +7,22 @@
    1.10  MAINTAINER="devl547@gmail.com"
    1.11  LICENSE="GPL"
    1.12  WEB_SITE="http://people.redhat.com/jakub/prelink/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="http://people.redhat.com/jakub/$PACKAGE/$TARBALL"
    1.16  
    1.17 -DEPENDS="elfutils"
    1.18  BUILD_DEPENDS="elfutils-dev"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	sed -i 's/^LIBS.*/& -lpthread/' src/Makefile*
    1.25 -	./configure $CONFIGURE_ARGS && make && make install
    1.26 +
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	fix libtool &&
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	cp -a $install/* $fs
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	DEPENDS="elfutils"
    1.40  }