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

Add xplanet
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 05 13:38:51 2009 +0200 (2009-08-05)
parents
children f0755d9e99ed
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 DEPENDS="jre"
10 BUILD_DEPENDS=""
11 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"
12 WEB_SITE="http://xalan.apache.org/"
13 WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv ${SOURCE}_2_7_1 $src
19 cd $src
21 mkdir -p $src/_pkg/usr/share/java &&
22 cp -f $src/*.jar $src/_pkg/usr/share/java
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs
29 cp -a $_pkg/usr $fs
30 }