summaryrefslogtreecommitdiffstats
path: root/base/ant/ant/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/ant/ant/Pkgfile')
-rw-r--r--base/ant/ant/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/base/ant/ant/Pkgfile b/base/ant/ant/Pkgfile
new file mode 100644
index 000000000..b504caf4a
--- /dev/null
+++ b/base/ant/ant/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Outils basés sur Java
+# URL: http://ant.apache.org/
+# Maintainer: NutyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: jdk
+
+name=ant
+version=1.7.1
+release=2
+source=(http://archive.apache.org/dist/ant/binaries/apache-ant-$version-bin.tar.bz2)
+
+
+build() {
+ cd apache-ant-$version
+ mkdir -p $PKG/etc/profile.d
+ install -d $PKG/usr/{bin,lib/ant}
+ cp -rf * $PKG/usr/lib/ant
+ ln -sf /usr/lib/ant/bin/ant $PKG/usr/bin/ant
+ rm -r $PKG/usr/lib/ant/bin/*.bat
+ rm -r $PKG/usr/lib/ant/docs
+ rm -r $PKG/usr/lib/ant/{KEYS,LICENS*,README,NOTICE,WHATSNEW,INSTALL}
+ rm -r $PKG/usr/lib/ant/lib/README
+}