diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-11-25 20:07:59 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-11-25 20:07:59 +0000 |
commit | c45b8a8429a32417f4ccd122617fb222bd5e7fc7 (patch) | |
tree | e417a2010f7e7a27c752d68f46f4ec3bda55fe8c /dev-cpp/gtkglextmm/gtkglextmm-1.0.1.ebuild | |
parent | new release 'n cleanup (diff) | |
download | gentoo-2-c45b8a8429a32417f4ccd122617fb222bd5e7fc7.tar.gz gentoo-2-c45b8a8429a32417f4ccd122617fb222bd5e7fc7.tar.bz2 gentoo-2-c45b8a8429a32417f4ccd122617fb222bd5e7fc7.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.ebuild | 24 |
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" + |