wok diff xalan-c/receipt @ rev 20603
Update iptraf & gcc3
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 17 12:19:32 2018 +0100 (2018-12-17) |
parents | 4f158dc150af |
children | 0f28bf6f4a24 |
line diff
1.1 --- a/xalan-c/receipt Sat Jun 09 13:21:16 2012 +0200 1.2 +++ b/xalan-c/receipt Mon Dec 17 12:19:32 2018 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="An XSLT processor for transforming XML documents into HTML, text, or other XML document types." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 +LICENSE="Apache" 1.8 TARBALL="Xalan-C_r705082-src.tar.gz" 1.9 WEB_SITE="http://xalan.apache.org/" 1.10 # Need to use the patched r705082 version on Gentoo's mirrors 1.11 @@ -34,7 +35,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 - 1.17 - cp -a $_pkg/usr/bin $fs/usr 1.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.19 + cp -a $install/usr/bin $fs/usr 1.20 }