wok view xalan-xerces-j/receipt @ rev 11441

up: sip 4.13
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 15:42:01 2011 +0100 (2011-12-16)
parents ad00280438a6
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xalan-xerces-j"
4 SOURCE="xalan-j"
5 VERSION="2.7.1"
6 CATEGORY="development"
7 SHORT_DESC="A validating XML parser and an XSLT processor written in Java."
8 MAINTAINER="rcx@zoominternet.net"
9 SUGGESTED="java-jre"
10 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"
11 WEB_SITE="http://xalan.apache.org/"
12 WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="tar"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 [ -d ${SOURCE}_2_7_1 ] && mv ${SOURCE}_2_7_1 $src
21 cd $src
23 mkdir -p $src/_pkg/usr/share/java &&
24 cp -f $src/*.jar $src/_pkg/usr/share/java
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs
31 cp -a $_pkg/usr $fs
32 }