From 0048f71d8f0597fe8dad7646ec205d6701c4c89e Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 12 May 2010 23:31:31 +0200 Subject: libraries/xalan: Added to 12.2 repository --- libraries/xalan/README | 5 +++++ libraries/xalan/slack-desc | 19 ++++++++++++++++ libraries/xalan/xalan.SlackBuild | 47 ++++++++++++++++++++++++++++++++++++++++ libraries/xalan/xalan.info | 8 +++++++ 4 files changed, 79 insertions(+) create mode 100644 libraries/xalan/README create mode 100644 libraries/xalan/slack-desc create mode 100644 libraries/xalan/xalan.SlackBuild create mode 100644 libraries/xalan/xalan.info (limited to 'libraries/xalan') diff --git a/libraries/xalan/README b/libraries/xalan/README new file mode 100644 index 0000000000..10ec3a7e21 --- /dev/null +++ b/libraries/xalan/README @@ -0,0 +1,5 @@ +xalan (apache-ant XML and XSLT libraries) + +Apache Xalan Project is a collaborative software development project +dedicated to providing robust, full-featured, commercial-quality, +and freely available XSLT support on a wide variety of platforms. diff --git a/libraries/xalan/slack-desc b/libraries/xalan/slack-desc new file mode 100644 index 0000000000..1e0c958597 --- /dev/null +++ b/libraries/xalan/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +xalan: xalan ( apache-ant XML and XSLT libraries) +xalan: +xalan: Apache Xalan Project is a collaborative software development project +xalan: dedicated to providing robust, full-featured, commercial-quality, +xalan: and freely available XSLT support on a wide variety of platforms. +xalan: +xalan: Homepage http://xalan.apache.org/ +xalan: +xalan: +xalan: +xalan: diff --git a/libraries/xalan/xalan.SlackBuild b/libraries/xalan/xalan.SlackBuild new file mode 100644 index 0000000000..4933a9bfc4 --- /dev/null +++ b/libraries/xalan/xalan.SlackBuild @@ -0,0 +1,47 @@ +#!/bin/sh + +# Slackware build script for xalan +# Written by Vincent Batts, vbatts@hashbangbash.com + +PRGNAM=xalan +VERSION=2.7.1 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +DVER=j_$(echo $VERSION | tr . _) +ANTHOME=/usr/share/ant + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf ${PRGNAM}-${DVER} +tar xvf $CWD/${PRGNAM}-${DVER}-bin-2jars.tar.gz +cd ${PRGNAM}-${DVER} +chown -R root:root . + +mkdir -p $PKG/$ANTHOME/lib/ $PKG/usr/share/java +cp $PRGNAM.jar serializer.jar xsltc.jar $PKG/$ANTHOME/lib/ +cd $PKG/usr/share/java + ln -s ../../../$ANTHOME/lib/$PRGNAM.jar + ln -s ../../../$ANTHOME/lib/serializer.jar + ln -s ../../../$ANTHOME/lib/xstlc.jar +cd - + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +zip -9 -r $PKG/usr/doc/$PRGNAM-$VERSION/docs.zip docs/ +cp -a samples/ readme.html LICENSE.txt NOTICE.txt $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/libraries/xalan/xalan.info b/libraries/xalan/xalan.info new file mode 100644 index 0000000000..b03b2ceaf3 --- /dev/null +++ b/libraries/xalan/xalan.info @@ -0,0 +1,8 @@ +PRGNAM="xalan" +VERSION="2.7.1" +HOMEPAGE="http://xalan.apache.org/" +DOWNLOAD="http://apache.cs.utah.edu/xml/xalan-j/xalan-j_2_7_1-bin-2jars.tar.gz" +MD5SUM="3ccda39bcd08b780436dfd2f22fb23d5" +MAINTAINER="Vincent Batts" +EMAIL="vbatts@hashbangbash.com" +APPROVED="rworkman" -- cgit v1.2.3-65-gdbad