wok-next view xalan-xerces-j/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents ee5c8b018b62
children f48456621a9d
line source
1 # SliTaz package receipt.
3 PACKAGE="xalan-xerces-j"
4 VERSION="2.7.1"
5 CATEGORY="development"
6 SHORT_DESC="A validating XML parser and an XSLT processor written in Java."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="Apache"
9 WEB_SITE="http://xalan.apache.org/"
10 REPOLOGY="xalan-j2"
12 SOURCE="xalan-j"
13 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz"
14 WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL"
16 DEPENDS=""
17 SUGGESTED="java-jre"
18 BUILD_DEPENDS="tar"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 [ -d ${SOURCE}_2_7_1 ] && mv ${SOURCE}_2_7_1 $src
24 cd $src
26 mkdir -p $DESTDIR/usr/share/java &&
27 cp -f $src/*.jar $DESTDIR/usr/share/java
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs
34 cp -a $install/usr $fs
35 }