media-libs/liblscp: EAPI7 revbump, improve ebuild
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 29 Sep 2018 16:59:36 +0000 (18:59 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 1 Oct 2018 18:48:45 +0000 (20:48 +0200)
Closes: https://bugs.gentoo.org/667302
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10012
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/liblscp/liblscp-0.5.8-r1.ebuild [new file with mode: 0644]

diff --git a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild
new file mode 100644 (file)
index 0000000..a107977
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="C++ library for the Linux Sampler control protocol"
+HOMEPAGE="https://www.linuxsampler.org"
+SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS ChangeLog TODO NEWS README )
+
+src_install() {
+       use doc && local HTML_DOCS=( doc/html/. )
+       default
+}