wok diff vde2-dev/receipt @ rev 15002

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 21:12:16 2013 +0000 (2013-08-10)
parents 8a3ba5d78463
children 3af9c976b7d4
line diff
     1.1 --- a/vde2-dev/receipt	Mon Jan 03 00:43:32 2011 +0100
     1.2 +++ b/vde2-dev/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Virtual Distributed Ethernet developement files"
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://vde.sourceforge.net/"
     1.9  WANTED="vde2"
    1.10  
    1.11 @@ -12,8 +13,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/vde2
    1.15 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/vde2/*a $fs/usr/lib/vde2
    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/*a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/vde2/*a $fs/usr/lib/vde2
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23  }