wok diff zbar-dev/receipt @ rev 15070

crosstool-ng: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 13:48:56 2013 +0000 (2013-08-13)
parents 89825654ab69
children 3af9c976b7d4
line diff
     1.1 --- a/zbar-dev/receipt	Thu Jul 21 11:42:09 2011 +0200
     1.2 +++ b/zbar-dev/receipt	Tue Aug 13 13:48:56 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Decode barcode & QR code, development code."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  WEB_SITE="http://zbar.sourceforge.net/"
     1.9  WANTED="zbar"
    1.10  
    1.11 @@ -14,7 +15,7 @@
    1.12  genpkg_rules()                                      
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21  }