New package: icedtea-sound-1.0.1

This commit is contained in:
John 2019-11-26 15:02:58 +01:00
parent d9bd10a17a
commit d31f5cb0da
2 changed files with 23 additions and 0 deletions

1
srcpkgs/icedtea-sound-doc Symbolic link
View file

@ -0,0 +1 @@
icedtea-sound

View file

@ -0,0 +1,22 @@
# Template file for 'icedtea-sound'
pkgname=icedtea-sound
version=1.0.1
revision=1
build_style=gnu-configure
configure_args="--with-jdk-home=/usr/lib/jvm/java-1.8-openjdk"
hostmakedepends="openjdk8 zip perl"
makedepends="pulseaudio-devel"
short_desc="Plugins for javax.sound"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-only WITH Classpath-exception-2.0"
homepage="http://icedtea.classpath.org/download/source/"
distfiles="http://icedtea.classpath.org/download/source/${pkgname}-${version}.tar.xz"
checksum=6ff852b82ae7db7a95981271037eb3a3d52c59581e3b27a638a7c6bc8eecb4a3
icedtea-sound-doc_package() {
short_desc+=" - docs"
archs=noarch
pkg_install() {
vmove usr/share/doc
}
}