wok-current diff gtk-xfce-engine/receipt @ rev 18125
Add xaos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 11 15:46:55 2015 +0200 (2015-06-11) |
parents | d94859bd28b4 |
children | 40fab26c175d |
line diff
1.1 --- a/gtk-xfce-engine/receipt Fri Jan 06 01:09:34 2012 +0100 1.2 +++ b/gtk-xfce-engine/receipt Thu Jun 11 15:46:55 2015 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="GTK engine for Xfce" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="gtk+" 1.8 -BUILD_DEPENDS="gtk+-dev libffi" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.xfce.org/" 1.12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.13 1.14 +DEPENDS="gtk+" 1.15 +BUILD_DEPENDS="gtk+-dev libffi" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -23,8 +25,8 @@ 1.21 { 1.22 mkdir -p $fs/usr 1.23 1.24 - cp -a $_pkg/usr/lib $fs/usr 1.25 - cp -a $_pkg/usr/share/ $fs/usr/ 1.26 + cp -a $install/usr/lib $fs/usr 1.27 + cp -a $install/usr/share/ $fs/usr/ 1.28 1.29 find $fs/usr/lib -name "*.la" -exec rm -f {} \; 1.30 }