summaryrefslogtreecommitdiff
path: root/app-doc/single-unix-specification/single-unix-specification-3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/single-unix-specification/single-unix-specification-3.ebuild')
-rw-r--r--app-doc/single-unix-specification/single-unix-specification-3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/single-unix-specification/single-unix-specification-3.ebuild b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
new file mode 100644
index 000000000000..356c8cab68e1
--- /dev/null
+++ b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="The Single UNIX Specification, Version 3, 2004 Edition (8 Volumes)"
+HOMEPAGE="http://www.opengroup.org/bookstore/catalog/t041.htm"
+SRC_URI="http://www.opengroup.org/onlinepubs/009695399/download/susv3.tar.bz2"
+
+LICENSE="sus3-copyright"
+SLOT="3"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
+IUSE=""
+RESTRICT="mirror"
+
+DEPEND=""
+
+S="${WORKDIR}/susv3"
+
+src_install() {
+ insinto /usr/share/doc/${PF}/html
+ doins -r * || die "doins"
+}