wok-next diff wayland-dev/receipt @ rev 18045

Add yad-html, write "provide" variables for yad-html, yad-gtk3.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 13 12:14:40 2015 +0300 (2015-05-13)
parents fd8b9f3b8878
children
line diff
     1.1 --- a/wayland-dev/receipt	Mon Mar 31 01:18:02 2014 +0200
     1.2 +++ b/wayland-dev/receipt	Wed May 13 12:14:40 2015 +0300
     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  }