diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-13 09:00:59 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-13 09:00:59 +0000 |
commit | 3a5eb59dc72572666a8d51a489cb396f23526541 (patch) | |
tree | 26caeb985595194b928a3312fecb9b16a31523eb /user/ant/APKBUILD | |
parent | 24bb84929c1fcdfd3cab369b94ce63b02b7e3c7c (diff) | |
download | packages-3a5eb59dc72572666a8d51a489cb396f23526541.tar.gz packages-3a5eb59dc72572666a8d51a489cb396f23526541.tar.bz2 packages-3a5eb59dc72572666a8d51a489cb396f23526541.tar.xz packages-3a5eb59dc72572666a8d51a489cb396f23526541.zip |
user/*: Modernise / fix syntax / deps / code
Diffstat (limited to 'user/ant/APKBUILD')
-rw-r--r-- | user/ant/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/user/ant/APKBUILD b/user/ant/APKBUILD index 8afaf5929..ea5d40f04 100644 --- a/user/ant/APKBUILD +++ b/user/ant/APKBUILD @@ -9,12 +9,14 @@ pkgdesc="Java-based build tool" url="http://ant.apache.org/" arch="noarch" license="Apache-2.0" -makedepends="" depends="openjdk8" +makedepends="" +subpackages="" source="https://www-eu.apache.org/dist/ant/source/apache-$pkgname-$pkgver-src.tar.gz ant.sh imageio_fix_java_test.patch - imageio_fix_test.patch" + imageio_fix_test.patch + " builddir="$srcdir/apache-$pkgname-$pkgver" _anthome="/usr/lib/java/$pkgname" |