22 lines
682 B
Bash
22 lines
682 B
Bash
# Template file for 'icedtea-sound'
|
|
pkgname=icedtea-sound
|
|
version=1.0.1
|
|
revision=4
|
|
build_style=gnu-configure
|
|
configure_args="--with-jdk-home=/usr/lib/jvm/openjdk8"
|
|
hostmakedepends="openjdk8 zip perl pkg-config"
|
|
makedepends="pulseaudio-devel"
|
|
short_desc="Plugins for javax.sound"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-2.0-only + 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"
|
|
pkg_install() {
|
|
vmove usr/share/doc
|
|
}
|
|
}
|