mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'apache-ant'
|
||||||
pkgname="apache-ant"
|
pkgname=apache-ant
|
||||||
version=1.10.5
|
version=1.10.5
|
||||||
revision=1
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
hostmakedepends="openjdk"
|
||||||
|
depends="virtual?java-runtime"
|
||||||
short_desc="Java library and command-line tool that help building software"
|
short_desc="Java library and command-line tool that help building software"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Apache License"
|
license="Apache License"
|
||||||
homepage="http://ant.apache.org"
|
homepage="http://ant.apache.org"
|
||||||
distfiles="http://mirror.dkd.de/apache/ant/source/apache-ant-${version}-src.tar.xz"
|
distfiles="http://mirror.dkd.de/apache/ant/source/apache-ant-${version}-src.tar.xz"
|
||||||
checksum=ec7c704e22a2b0167e1ff35cc3d4198267e6489f142aa3e9da1b7fe6e39ff53d
|
checksum=ec7c704e22a2b0167e1ff35cc3d4198267e6489f142aa3e9da1b7fe6e39ff53d
|
||||||
hostmakedepends="openjdk"
|
|
||||||
depends="virtual?java-runtime"
|
|
||||||
noarch="yes"
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
_prefix=usr/share/apache-ant
|
_prefix=usr/share/apache-ant
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue