wok diff wvstreams-dev/receipt @ rev 15488

Up: firefox-dev (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 17 16:28:53 2013 +0100 (2013-11-17)
parents c467222c631f
children 3af9c976b7d4
line diff
     1.1 --- a/wvstreams-dev/receipt	Mon Mar 15 14:31:03 2010 +0000
     1.2 +++ b/wvstreams-dev/receipt	Sun Nov 17 16:28:53 2013 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="wvstreams devel files."
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WANTED="wvstreams"
     1.9  WEB_SITE="http://wvstreams.googlecode.com"
    1.10  
    1.11 @@ -12,7 +13,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/include/ $fs/usr	
    1.18 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $install/usr/include/ $fs/usr	
    1.21  }