summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-11-25 20:07:59 +0000
committerMarinus Schraal <foser@gentoo.org>2003-11-25 20:07:59 +0000
commit584f1f7127ccebf2988f39b31bbedd4163b75fe5 (patch)
treebc6a9cbfd1199abe113f442672b12b8119b5dd46 /dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild
parentnew release 'n cleanup (diff)
downloadhistorical-584f1f7127ccebf2988f39b31bbedd4163b75fe5.tar.gz
historical-584f1f7127ccebf2988f39b31bbedd4163b75fe5.tar.bz2
historical-584f1f7127ccebf2988f39b31bbedd4163b75fe5.zip
new release 'n cleanup
Diffstat (limited to 'dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild')
-rw-r--r--dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild b/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild
new file mode 100644
index 000000000000..50fe6280f69c
--- /dev/null
+++ b/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild,v 1.1 2003/11/25 20:07:53 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="C++ bindings for gtkglext"
+HOMEPAGE="http://gtkglext.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gtkglext/${P}.tar.bz2"
+
+KEYWORDS="~x86"
+IUSE=""
+SLOT="0"
+LICENSE="GPL-2 LGPL-2.1"
+
+DEPEND=">=x11-libs/gtkglext-1
+ >=dev-cpp/gtkmm-2
+ virtual/x11
+ virtual/opengl
+ virtual/glu"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+