wok diff wayland-dev/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents fd8b9f3b8878
children fc9203de5ff2
line diff
     1.1 --- a/wayland-dev/receipt	Mon Mar 31 01:18:02 2014 +0200
     1.2 +++ b/wayland-dev/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  LICENSE="MIT"
     1.5  WANTED="wayland"
     1.6  WEB_SITE="http://www.bluez.org/"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11 @@ -16,6 +17,7 @@
    1.12  	cp -a $install/usr/include $fs/usr
    1.13  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.14  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.15 -	cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
    1.16 +	[ -d "$install/usr/share/pkgconfig" ] && \
    1.17 +		cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
    1.18  	cp -a $install/usr/share/aclocal $fs/usr/share
    1.19  }