wok-next diff ecore/receipt @ rev 15375
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 18 19:43:55 2013 +0000 (2013-10-18) |
parents | 0c68e2ad8193 |
children | 6c35e81ce06e |
line diff
1.1 --- a/ecore/receipt Thu Aug 08 19:15:40 2013 +0200 1.2 +++ b/ecore/receipt Fri Oct 18 19:43:55 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="EFL core event and OS abstraction layer" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.enlightenment.org/" 1.10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.11 @@ -28,6 +29,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.19 }