wok diff compiz-core-dev/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 851fc1686394
children cdbaf97bfe46
line diff
     1.1 --- a/compiz-core-dev/receipt	Thu Dec 05 10:45:02 2013 +0000
     1.2 +++ b/compiz-core-dev/receipt	Fri Jan 11 16:39:21 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="compiz-core-dev"
     1.7 -VERSION="0.9.4"
     1.8 +VERSION="0.8.12.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Compiz devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,21 +9,14 @@
    1.13  WANTED="compiz-core"
    1.14  WEB_SITE="http://www.compiz.org/"
    1.15  
    1.16 -DEPENDS="pkg-config"
    1.17 +DEPENDS="pkg-config compiz-core"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib $fs/usr/share/compiz
    1.23 +	mkdir -p $fs/usr/lib/compiz $fs/usr/share/compiz
    1.24  	cp -a $install/usr/include $fs/usr
    1.25  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/share/compiz/cmake $fs/usr/share/compiz
    1.27 -	# compiz-core seems a bit buggy...
    1.28 -	# Gok: I'm not sure about this line for cookutils but it
    1.29 -	# screw things in tazwok.
    1.30 -	if [ -x /usr/bin/cook ]; then
    1.31 -		cp -a $install/../source/install/usr/share/cmake* $fs/usr/share
    1.32 -	else
    1.33 -		cp -a $install/usr/share/cmake* $fs/usr/share
    1.34 -	fi
    1.35 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.36 +	cp -a $install/usr/lib/compiz/*.la $fs/usr/lib/compiz/
    1.37  }