wok diff compiz-plugins-main-dev/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 02ae81877dfd
children 851fc1686394
line diff
     1.1 --- a/compiz-plugins-main-dev/receipt	Thu Nov 03 22:30:43 2011 +0100
     1.2 +++ b/compiz-plugins-main-dev/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Compiz plugins-main devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WANTED="compiz-plugins-main"
     1.9  WEB_SITE="http://www.compiz.org/"
    1.10  
    1.11 @@ -12,6 +13,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib $fs/usr/share
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 +	cp -a $install/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.19  }