wok-next diff tintin++/receipt @ rev 20915

libboost -> boost
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 00:41:54 2018 +0300 (2018-08-21)
parents 0c247ee1a841
children d5aab818505e
line diff
     1.1 --- a/tintin++/receipt	Fri Mar 24 12:53:44 2017 +0200
     1.2 +++ b/tintin++/receipt	Tue Aug 21 00:41:54 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="tintin++"
     1.8  VERSION="2.00.9"
     1.9 @@ -7,23 +7,20 @@
    1.10  MAINTAINER="samuel_trassare@yahoo.com"
    1.11  LICENSE="GPL2"
    1.12  WEB_SITE="http://tintin.sourceforge.net"
    1.13 +
    1.14  TARBALL="tintin-$VERSION.tar.gz"
    1.15  WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL"
    1.16  
    1.17 -DEPENDS="pcre"
    1.18  BUILD_DEPENDS="zlib-dev pcre-dev"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	cd $src/src
    1.25 -	./configure $CONFIGURE_ARGS && 
    1.26 -	make && 
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29  	make install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	cp -a $install/* $fs
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38 +	DEPENDS="libpcre zlib"
    1.39  }