diff --git a/srcpkgs/icedtea-sound-doc b/srcpkgs/icedtea-sound-doc new file mode 120000 index 00000000000..5e5849fa64e --- /dev/null +++ b/srcpkgs/icedtea-sound-doc @@ -0,0 +1 @@ +icedtea-sound \ No newline at end of file diff --git a/srcpkgs/icedtea-sound/template b/srcpkgs/icedtea-sound/template new file mode 100644 index 00000000000..da48d354333 --- /dev/null +++ b/srcpkgs/icedtea-sound/template @@ -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 " +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 + } +}