wok-next diff xpaint/receipt @ rev 16482

ARM: add gocr
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:49:13 2014 +0200 (2014-04-23)
parents 0a0372ced28a
children 24fbc48fd3f6
line diff
     1.1 --- a/xpaint/receipt	Wed Apr 23 03:43:46 2014 +0200
     1.2 +++ b/xpaint/receipt	Wed Apr 23 03:49:13 2014 +0200
     1.3 @@ -32,9 +32,11 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share/pixmaps
     1.8 -	cp -a $install/* $fs/
     1.9 -	rm -f $fs/usr/lib/*.*a
    1.10 -	rm -r $fs/usr/share/xpaint/include 
    1.11 +	mkdir -p $fs/usr/lib $fs/usr/share/pixmaps
    1.12 +	cp -a $install/usr/bin $fs/usr
    1.13 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.14 +	cp -a $install/usr/share/xpaint $fs/usr/share
    1.15 +	rm -r $fs/usr/share/xpaint/include
    1.16 +	rm -r $fs/usr/share/xpaint/c-scripts
    1.17  	cp $stuff/xpaint.xpm $fs/usr/share/pixmaps
    1.18  }