wok diff atk-dev/receipt @ rev 8539

Fix: wxWidgets to install contrib files into same DESTDIR now. This will save 600mb since we will not need the source folder anymore to genpkg files.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 04:28:50 2011 +0000 (2011-02-13)
parents 31b78de2a592
children 41a6ed88859f
line diff
     1.1 --- a/atk-dev/receipt	Sun Oct 10 04:43:15 2010 +0000
     1.2 +++ b/atk-dev/receipt	Sun Feb 13 04:28:50 2011 +0000
     1.3 @@ -12,8 +12,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib $fs/usr/share
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.11  	cp -a $_pkg/usr/include $fs/usr
    1.12 +	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.13  }