wok diff freeimage-dev/receipt @ rev 16481

xpaint: clean up packaged files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:43:46 2014 +0200 (2014-04-23)
parents 7c8f68728439
children e5d6a437a697
line diff
     1.1 --- a/freeimage-dev/receipt	Sun Feb 06 03:04:08 2011 +0000
     1.2 +++ b/freeimage-dev/receipt	Wed Apr 23 03:43:46 2014 +0200
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="freeimage devel files"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="freeimage"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="freeimage"
    1.10  SOURCE="FreeImage"
    1.11  WEB_SITE="http://freeimage.sourceforge.net/"
    1.12  
    1.13 +DEPENDS="freeimage"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23  }