wok diff gnet-dev/receipt @ rev 15043

libvlc-dev: no more vlc-config ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:26:23 2013 +0000 (2013-08-12)
parents b995bbc41b98
children 8ed62ecac0c7
line diff
     1.1 --- a/gnet-dev/receipt	Sun Apr 26 00:07:37 2009 +0200
     1.2 +++ b/gnet-dev/receipt	Mon Aug 12 16:26:23 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="GNet is a simple network library devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="LGPL"
     1.8  WANTED="gnet"
     1.9  WEB_SITE="http://www.gnetlibrary.org/"
    1.10  
    1.11 @@ -12,10 +13,10 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib $fs/usr/share
    1.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/gnet-2.0 $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    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/lib/gnet-2.0 $fs/usr/lib
    1.23 +	cp -a $install/usr/include $fs/usr
    1.24 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.25  }
    1.26