wok diff spidermonkey-dev/receipt @ rev 19746
compiz-plugins-extra: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 18 17:58:28 2017 +0100 (2017-02-18) |
parents | 97eae69977e8 |
children | 6135577f4d08 |
line diff
1.1 --- a/spidermonkey-dev/receipt Fri Mar 11 17:06:22 2011 +0100 1.2 +++ b/spidermonkey-dev/receipt Sat Feb 18 17:58:28 2017 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="spidermonkey devel files" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="MPL GPL2 LGPL2.1" 1.8 WANTED="spidermonkey" 1.9 WEB_SITE="http://libproxy.googlecode.com" 1.10 1.11 @@ -12,6 +13,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib $fs/usr/include/js 1.15 - cp -a $_pkg/usr/include/js/* $fs/usr/include/js 1.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ 1.17 + cp -a $install/usr/include/js/* $fs/usr/include/js 1.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib/ 1.19 }