wok-6.x diff vte-dev/receipt @ rev 16529
python-rpi-pyglow: small improvment to PiGlow vortex example
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 26 11:12:31 2014 +0200 (2014-04-26) |
parents | 4c1fa84f1dd7 |
children | fc9203de5ff2 |
line diff
1.1 --- a/vte-dev/receipt Fri Jan 03 11:32:22 2014 +0100 1.2 +++ b/vte-dev/receipt Sat Apr 26 11:12:31 2014 +0200 1.3 @@ -8,8 +8,9 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="GPL2" 1.6 WEB_SITE="http://www.gnome.org/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="vte pkg-config" 1.10 +DEPENDS="vte" 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 @@ -17,7 +18,9 @@ 1.15 mkdir -p $fs/usr/lib 1.16 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.18 - cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.19 + [ -d "$install/usr/lib/girepository-1.0" ] && 1.20 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.21 + [ -d "$install/usr/share/gir-1.0" ] && \ 1.22 + cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.23 cp -a $install/usr/include $fs/usr 1.24 - cp -a $install/usr/share/gir-1.0 $fs/usr/share 1.25 }