wok diff tslib-dev/receipt @ rev 15590

gphoto2, gtkperf: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 19:18:04 2013 +0000 (2013-12-02)
parents 6b4a47136bff
children 3af9c976b7d4
line diff
     1.1 --- a/tslib-dev/receipt	Thu Nov 03 17:36:16 2011 +0100
     1.2 +++ b/tslib-dev/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Abstraction layer for touchscreen panel events, development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="LGPL2"
     1.8  WEB_SITE="http://tslib.berlios.de/"
     1.9  WANTED="tslib"
    1.10  
    1.11 @@ -12,8 +13,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/ts
    1.15 -	cp -a $_pkg/usr/lib/ts/*a $fs/usr/lib/ts
    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 $_pkg/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/ts/*a $fs/usr/lib/ts
    1.20 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23  }