From 2d277663aa53f52a1cc26d871e98aa6f67c35f75 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 7 Aug 2009 14:49:05 +0200 Subject: Ajout de apache-ant#1.7.1-1 --- base/apache-ant/Pkgfile | 30 ++++++++++++++++++++++++++++++ base/apache-ant/apache-ant.sh | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 base/apache-ant/Pkgfile create mode 100644 base/apache-ant/apache-ant.sh (limited to 'base') diff --git a/base/apache-ant/Pkgfile b/base/apache-ant/Pkgfile new file mode 100644 index 000000000..693801237 --- /dev/null +++ b/base/apache-ant/Pkgfile @@ -0,0 +1,30 @@ +# Description: Outils basés sur Java +# URL: http://ant.apache.org/ +# Maintainer: NutyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: jdk, junit + +name=apache-ant +version=1.7.1 +release=1 +source=(http://apache.org/dist/ant/source/$name-$version-src.tar.bz2\ + apache-ant.sh) + + +build() { + export CLASSPATH=$CLASSPATH:/usr/share/junit-4.5/junit-4.5.jar:/usr/share/junit-4.5 + cd $name-$version + sed -i 's|/etc/ant.conf|/etc/ant/ant.conf|' src/script/ant + mkdir dist + ./build.sh -Ddist.dir=dist/ dist + mkdir $PKG/opt + mkdir -p $PKG/etc/{profile.d,ant} + touch $PKG/etc/ant/ant.conf + export ANT_HOME=$PKG/opt/ant-$version +# export JAVA_HOME=/opt/jdk + ./build.sh install-lite + install -m644 ../apache-ant.sh $PKG/etc/profile.d/ + ln -svf ant-$version $PKG/opt/ant + ln -v -sf /etc/ant $PKG/opt/ant-$version/etc +} + diff --git a/base/apache-ant/apache-ant.sh b/base/apache-ant/apache-ant.sh new file mode 100644 index 000000000..0e7f59518 --- /dev/null +++ b/base/apache-ant/apache-ant.sh @@ -0,0 +1,2 @@ +export PATH=$PATH:/opt/ant/bin +export ANT_HOME=/opt/ant -- cgit v1.2.3-70-g09d2