apache-ant: fix noarch=
This commit is contained in:
parent
6ae9dbbc0c
commit
593fd017c4
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'apache-ant'
|
||||
pkgname="apache-ant"
|
||||
pkgname=apache-ant
|
||||
version=1.10.5
|
||||
revision=1
|
||||
archs=noarch
|
||||
hostmakedepends="openjdk"
|
||||
depends="virtual?java-runtime"
|
||||
short_desc="Java library and command-line tool that help building software"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="Apache License"
|
||||
homepage="http://ant.apache.org"
|
||||
distfiles="http://mirror.dkd.de/apache/ant/source/apache-ant-${version}-src.tar.xz"
|
||||
checksum=ec7c704e22a2b0167e1ff35cc3d4198267e6489f142aa3e9da1b7fe6e39ff53d
|
||||
hostmakedepends="openjdk"
|
||||
depends="virtual?java-runtime"
|
||||
noarch="yes"
|
||||
|
||||
nocross=yes
|
||||
_prefix=usr/share/apache-ant
|
||||
|
||||
|
|
Loading…
Reference in a new issue