mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
apache-ant: remove noarch
This commit is contained in:
parent
81115cd24b
commit
bcc101afb3
1 changed files with 3 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'apache-ant'
|
# Template file for 'apache-ant'
|
||||||
pkgname=apache-ant
|
pkgname=apache-ant
|
||||||
version=1.10.8
|
version=1.10.8
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
hostmakedepends="openjdk8"
|
hostmakedepends="openjdk8"
|
||||||
depends="virtual?java-runtime"
|
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-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://ant.apache.org"
|
homepage="https://ant.apache.org"
|
||||||
distfiles="http://mirror.dkd.de/apache/ant/source/apache-ant-${version}-src.tar.xz"
|
distfiles="https://archive.apache.org/dist/ant/source/apache-ant-${version}-src.tar.xz"
|
||||||
checksum=40570314bad3b46abe4ee0669a8f8feb56fe767f1642a801fa7fd4fafcd362ca
|
checksum=40570314bad3b46abe4ee0669a8f8feb56fe767f1642a801fa7fd4fafcd362ca
|
||||||
python_version=2 # only script uses python2-isms like print ""
|
python_version=2 # only script uses python2-isms like print ""
|
||||||
|
|
||||||
|
@ -42,7 +41,6 @@ do_install() {
|
||||||
apache-ant-doc_package() {
|
apache-ant-doc_package() {
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove $_prefix/manual
|
vmove $_prefix/manual
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue