wok diff soprano-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 532ab3b57d40
children 47e1df965953
line diff
     1.1 --- a/soprano-dev/receipt	Fri Nov 04 12:23:07 2011 +0100
     1.2 +++ b/soprano-dev/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Soprano pkgconfig and include files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WANTED="soprano"
     1.9  WEB_SITE="http://soprano.sourceforge.net/"
    1.10  
    1.11 @@ -12,6 +13,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    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  }