wok diff ecore-dev/receipt @ rev 14994

enlightenment: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 09:09:41 2013 +0000 (2013-08-10)
parents 99976f39e0bf
children 398ee2119901
line diff
     1.1 --- a/ecore-dev/receipt	Thu Aug 08 19:15:41 2013 +0200
     1.2 +++ b/ecore-dev/receipt	Sat Aug 10 09:09:41 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="EFL event and OS abstraction layer - Devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  WANTED="ecore"
     1.9  WEB_SITE="http://www.enlightenment.org/"
    1.10  
    1.11 @@ -14,7 +15,7 @@
    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/*.*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21  }