wok rev 3785

Add: xalan-xerces-j (2.7.1)
author Matthew Sheets <rcx@zoominternet.net>
date Thu Jul 30 15:27:14 2009 +0000 (2009-07-30)
parents f91c3f4209ed
children 86fda023d92a
files xalan-xerces-j/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xalan-xerces-j/receipt	Thu Jul 30 15:27:14 2009 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xalan-xerces-j"
     1.7 +SOURCE="xalan-j"
     1.8 +VERSION="2.7.1"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="A validating XML parser and an XSLT processor written in Java."
    1.11 +MAINTAINER="rcx@zoominternet.net"
    1.12 +DEPENDS="jre"
    1.13 +BUILD_DEPENDS=""
    1.14 +TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"
    1.15 +WEB_SITE="http://xalan.apache.org/"
    1.16 +WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	mv ${SOURCE}_2_7_1  $src
    1.22 +	cd $src
    1.23 +	
    1.24 +	mkdir -p $src/_pkg/usr/share/java &&
    1.25 +	cp -f $src/*.jar $src/_pkg/usr/share/java
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs
    1.32 +	cp -a $_pkg/usr $fs
    1.33 +}