summaryrefslogtreecommitdiff
path: root/kde-frameworks/kapidox/kapidox-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kapidox/kapidox-9999.ebuild')
-rw-r--r--kde-frameworks/kapidox/kapidox-9999.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-frameworks/kapidox/kapidox-9999.ebuild b/kde-frameworks/kapidox/kapidox-9999.ebuild
new file mode 100644
index 00000000000..79b9963357c
--- /dev/null
+++ b/kde-frameworks/kapidox/kapidox-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+FRAMEWORKS_DEBUG="false"
+FRAMEWORKS_DOXYGEN="false"
+FRAMEWORKS_TEST="false"
+inherit kde-frameworks
+
+DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
+LICENSE="GPL-2 LGPL-2.1"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ app-doc/doxygen
+"
+
+src_prepare() {
+ comment_add_subdirectory licenses
+
+ kde-frameworks_src_prepare
+}
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins src/*.local src/*.sh
+
+ docompress -x /usr/share/doc/HTML/en/common
+ insinto /usr/share/doc/HTML/en/common
+ doins common/{api_searchbox.html,Doxyfile.global,flat.css,kde-localised.css.template}
+ doins common/{kde.css,kde_logo.png,kmenu.png,print.css}
+
+ kde-frameworks_src_install
+}