summaryrefslogtreecommitdiffstats
path: root/development/apache-ant
diff options
context:
space:
mode:
Diffstat (limited to 'development/apache-ant')
-rw-r--r--development/apache-ant/README7
-rw-r--r--development/apache-ant/apache-ant.SlackBuild9
-rw-r--r--development/apache-ant/apache-ant.info6
3 files changed, 10 insertions, 12 deletions
diff --git a/development/apache-ant/README b/development/apache-ant/README
index f96e1a8640..702cbd440a 100644
--- a/development/apache-ant/README
+++ b/development/apache-ant/README
@@ -1,9 +1,8 @@
Apache Ant is a Java-based build tool - like make, but without make's
wrinkles. :-)
-Ant is extended using Java classes. The configuration files are XML- based,
-calling out a target tree where tasks get executed. Each task is run by an
+Ant is extended using Java classes. The configuration files are XML-based,
+calling out a target tree where tasks get executed. Each task is run by an
object that implements a Task interface.
-This package, and others available from Slackbuilds.org, are using the
-upstream recommendation of $ANT_HOME being /usr/share/ant.
+This package is using upstream's recommendation of ANT_HOME=/usr/share/ant
diff --git a/development/apache-ant/apache-ant.SlackBuild b/development/apache-ant/apache-ant.SlackBuild
index f0dcb6170b..28e76764d3 100644
--- a/development/apache-ant/apache-ant.SlackBuild
+++ b/development/apache-ant/apache-ant.SlackBuild
@@ -5,7 +5,7 @@
# Taken over by Vincent Batts (vbatts@hashbangbash.com)
PRGNAM=apache-ant
-VERSION=1.8.1
+VERSION=1.8.2
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -44,8 +44,8 @@ EOF
chmod 0755 $PKG/etc/profile.d/*
cd $PKG/usr/share/java
- for jar in ../../../$ANT_HOME/lib/*.jar ; do
- ln -s $jar
+ for jar in $PKG/$ANT_HOME/lib/*.jar ; do
+ ln -s $ANT_HOME/lib/$(basename $jar) $(basename $jar)
done
cd -
@@ -58,8 +58,7 @@ cd $PKG/usr/bin
cd -
mkdir -p $PKG/usr/doc/${PRGNAM}-$VERSION
-cp -a INSTALL KEYS NOTICE README \
- WHATSNEW docs/* $PKG/usr/doc/${PRGNAM}-$VERSION
+cp -a INSTALL KEYS NOTICE README WHATSNEW docs/* $PKG/usr/doc/${PRGNAM}-$VERSION
cat $CWD/${PRGNAM}.SlackBuild > $PKG/usr/doc/${PRGNAM}-$VERSION/${PRGNAM}.SlackBuild
mkdir -p $PKG/install
diff --git a/development/apache-ant/apache-ant.info b/development/apache-ant/apache-ant.info
index 1b8cb4c76c..c5bc810a6d 100644
--- a/development/apache-ant/apache-ant.info
+++ b/development/apache-ant/apache-ant.info
@@ -1,8 +1,8 @@
PRGNAM="apache-ant"
-VERSION="1.8.1"
+VERSION="1.8.2"
HOMEPAGE="http://ant.apache.org/"
-DOWNLOAD="http://www.carfab.com/apachesoftware/ant/binaries/apache-ant-1.8.1-bin.tar.bz2"
-MD5SUM="708cf4d654869146a0ab8410b8ae67fe"
+DOWNLOAD="http://www.carfab.com/apachesoftware/ant/binaries/apache-ant-1.8.2-bin.tar.bz2"
+MD5SUM="9e9ae9fc7352960191489a1286fb0928"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Vincent Batts"