wok diff net6-dev/receipt @ rev 15080

libmatchbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:56:32 2013 +0000 (2013-08-13)
parents 4bf5be8cc6c7
children 47e1df965953
line diff
     1.1 --- a/net6-dev/receipt	Sun Sep 19 22:01:57 2010 +0000
     1.2 +++ b/net6-dev/receipt	Tue Aug 13 17:56:32 2013 +0000
     1.3 @@ -1,10 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="net6-dev"
     1.7 -VERSION="1.3.12"
     1.8 +VERSION="1.3.14"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="net6 library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 +LICENSE="LGPL2.1"
    1.13  WANTED="net6"
    1.14  WEB_SITE="http://gobby.0x539.de/trac/"
    1.15  
    1.16 @@ -12,8 +13,8 @@
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/include $fs/usr
    1.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26  }
    1.27