mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
icedtea-sound: remove noarch
This commit is contained in:
parent
e9a2dc5fc0
commit
d10f8fa28e
1 changed files with 2 additions and 3 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'icedtea-sound'
|
# Template file for 'icedtea-sound'
|
||||||
pkgname=icedtea-sound
|
pkgname=icedtea-sound
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-jdk-home=/usr/lib/jvm/java-1.8-openjdk"
|
configure_args="--with-jdk-home=/usr/lib/jvm/java-1.8-openjdk"
|
||||||
hostmakedepends="openjdk8 zip perl pkg-config"
|
hostmakedepends="openjdk8 zip perl pkg-config"
|
||||||
makedepends="pulseaudio-devel"
|
makedepends="pulseaudio-devel"
|
||||||
short_desc="Plugins for javax.sound"
|
short_desc="Plugins for javax.sound"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-2.0-only WITH Classpath-exception-2.0"
|
license="GPL-2.0-only + Classpath-exception-2.0"
|
||||||
homepage="http://icedtea.classpath.org/download/source/"
|
homepage="http://icedtea.classpath.org/download/source/"
|
||||||
distfiles="http://icedtea.classpath.org/download/source/${pkgname}-${version}.tar.xz"
|
distfiles="http://icedtea.classpath.org/download/source/${pkgname}-${version}.tar.xz"
|
||||||
checksum=6ff852b82ae7db7a95981271037eb3a3d52c59581e3b27a638a7c6bc8eecb4a3
|
checksum=6ff852b82ae7db7a95981271037eb3a3d52c59581e3b27a638a7c6bc8eecb4a3
|
||||||
|
|
||||||
icedtea-sound-doc_package() {
|
icedtea-sound-doc_package() {
|
||||||
short_desc+=" - docs"
|
short_desc+=" - docs"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue