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

Add: gambas2 (DE based on a Basic interprete)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 04 00:01:56 2011 +0100 (2011-01-04)
parents f0755d9e99ed
children 53ecebbc8732
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 #DEPENDS="java-jre"
11 BUILD_DEPENDS=""
12 SUGGESTED=""
13 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"
14 WEB_SITE="http://xalan.apache.org/"
15 WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 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 }