diff options
Diffstat (limited to 'base/apache-ant/Pkgfile')
-rw-r--r-- | base/apache-ant/Pkgfile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/base/apache-ant/Pkgfile b/base/apache-ant/Pkgfile deleted file mode 100644 index 693801237..000000000 --- a/base/apache-ant/Pkgfile +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -} - |