wok-next diff icu-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 b5fc131dba9c
children
line diff
     1.1 --- a/icu-dev/receipt	Sat Feb 07 21:10:31 2015 +0000
     1.2 +++ b/icu-dev/receipt	Wed May 13 12:14:40 2015 +0300
     1.3 @@ -14,11 +14,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib $fs/usr/share
     1.8 +	mkdir -p $fs/usr/lib
     1.9  	cp -a $install/usr/include $fs/usr
    1.10  	cp -a $install/usr/lib/icu $fs/usr/lib
    1.11 -	cp -a $install/usr/bin $fs/usr
    1.12 -	chmod +x $fs/usr/bin/*
    1.13 -	cp -a $install/usr/sbin $fs/usr
    1.14 -	cp -a $install/usr/share/icu $fs/usr/share
    1.15 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.16  }