wok diff xalan-xerces-j/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
parents 3a51d8de6d09
children ee5c8b018b62
line diff
     1.1 --- a/xalan-xerces-j/receipt	Wed Apr 27 16:22:35 2011 +0000
     1.2 +++ b/xalan-xerces-j/receipt	Sat Nov 30 11:11:23 2013 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A validating XML parser and an XSLT processor written in Java."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +LICENSE="Apache"
     1.8  SUGGESTED="java-jre"
     1.9  TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"
    1.10  WEB_SITE="http://xalan.apache.org/"
    1.11 @@ -28,5 +29,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs
    1.15 -	cp -a $_pkg/usr $fs
    1.16 +	cp -a $install/usr $fs
    1.17  }