wok-current diff gtk-xfce-engine/receipt @ rev 20466
fusioninventory-agenti: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 11 13:32:26 2018 +0200 (2018-10-11) |
parents | d1c17bd2c2bc |
children | a78610b2eb47 |
line diff
1.1 --- a/gtk-xfce-engine/receipt Mon Dec 02 17:47:06 2013 +0000 1.2 +++ b/gtk-xfce-engine/receipt Thu Oct 11 13:32:26 2018 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="gtk-xfce-engine" 1.6 VERSION="2.8.1" 1.7 -CATEGORY="x-window" 1.8 +CATEGORY="customization" 1.9 SHORT_DESC="GTK engine for Xfce" 1.10 MAINTAINER="erjo@slitaz.org" 1.11 LICENSE="GPL2" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure $CONFIGURE_ARGS && make && make install 1.18 } 1.19 1.20 @@ -24,10 +23,9 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - 1.25 + 1.26 cp -a $install/usr/lib $fs/usr 1.27 cp -a $install/usr/share/ $fs/usr/ 1.28 - 1.29 + 1.30 find $fs/usr/lib -name "*.la" -exec rm -f {} \; 1.31 } 1.32 -