wok-next diff gtk2-engine-murrine/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 70ab89b1aac2
children a3c581bf52b8
line diff
     1.1 --- a/gtk2-engine-murrine/receipt	Sun Aug 27 15:34:42 2017 +0300
     1.2 +++ b/gtk2-engine-murrine/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -14,20 +14,17 @@
     1.4  
     1.5  BUILD_DEPENDS="gtk+-dev libxml2-dev intltool"
     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  		--disable-static \
    1.13  		--enable-animation \
    1.14  		$CONFIGURE_ARGS &&
    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  	copy @std
    1.25  	TAGS="gtk2"
    1.26  	DEPENDS="gtk+"