summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2012-04-28 18:07:18 +0000
committerAlfredo Tupone <tupone@gentoo.org>2012-04-28 18:07:18 +0000
commitbf82cadcd574026480249286aa00d2ebe8195706 (patch)
tree6f28a17d6d47c6c8342970c5bb26e943f142ac35 /media-libs/glm/glm-0.9.3.2.ebuild
parentppc stable #413567 (diff)
downloadhistorical-bf82cadcd574026480249286aa00d2ebe8195706.tar.gz
historical-bf82cadcd574026480249286aa00d2ebe8195706.tar.bz2
historical-bf82cadcd574026480249286aa00d2ebe8195706.zip
Version bumped to 0.9.3.2 Bug #413823
Package-Manager: portage-2.1.10.57/cvs/Linux i686
Diffstat (limited to 'media-libs/glm/glm-0.9.3.2.ebuild')
-rw-r--r--media-libs/glm/glm-0.9.3.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/glm/glm-0.9.3.2.ebuild b/media-libs/glm/glm-0.9.3.2.ebuild
new file mode 100644
index 000000000000..f4050c2394ce
--- /dev/null
+++ b/media-libs/glm/glm-0.9.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glm/glm-0.9.3.2.ebuild,v 1.1 2012/04/28 18:07:18 tupone Exp $
+
+EAPI=4
+
+DESCRIPTION="OpenGL Mathematics"
+HOMEPAGE="http://glm.g-truc.net/"
+SRC_URI="mirror://sourceforge/ogl-math/${P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="app-arch/unzip"
+
+src_install() {
+ dodoc doc/${PN}-0.9.3.pdf
+ cd ${PN}
+ insinto /usr/include/${PN}
+ doins -r *.hpp core gtc gtx virtrev
+ rm "${D}"/usr/include/${PN}/core/*cpp
+}