summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/stlsoft/stlsoft-1.9.111.ebuild')
-rw-r--r--dev-libs/stlsoft/stlsoft-1.9.111.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/stlsoft/stlsoft-1.9.111.ebuild b/dev-libs/stlsoft/stlsoft-1.9.111.ebuild
new file mode 100644
index 000000000000..b34e5b7bba3f
--- /dev/null
+++ b/dev-libs/stlsoft/stlsoft-1.9.111.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+DESCRIPTION="Robust, Lightweight, Cross-platform, Template Software"
+HOMEPAGE="http://www.stlsoft.org/"
+SRC_URI="mirror://sourceforge/stlsoft/${P}-hdrs.zip"
+
+LICENSE="BSD"
+SLOT="1.9"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+src_install() {
+ default
+ insinto /usr
+ doins -r include/
+}