diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-08-29 14:47:09 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-08-29 14:47:09 +0000 |
commit | 361f7d73284ba43e51ff751af9b540386656ca8c (patch) | |
tree | 46ad1abd58316ce4e8e3e8bee9ba02ed1d1018ce /dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild | |
parent | new version (diff) | |
download | gentoo-2-361f7d73284ba43e51ff751af9b540386656ca8c.tar.gz gentoo-2-361f7d73284ba43e51ff751af9b540386656ca8c.tar.bz2 gentoo-2-361f7d73284ba43e51ff751af9b540386656ca8c.zip |
new version
Diffstat (limited to 'dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild')
-rw-r--r-- | dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild new file mode 100644 index 000000000000..0f8f0338001b --- /dev/null +++ b/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.0.1.ebuild,v 1.1 2003/08/29 14:46:59 foser Exp $ + +inherit gnome2 + +DESCRIPTION="C++ bindings for libgnomecanvasmm" +SRC_URI="mirror://sourceforge/gtkmm/${P}.tar.gz" +HOMEPAGE="http://gtkmm.sourceforge.net/" + +IUSE="" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~x86 ~ppc ~sparc" + +RDEPEND=">=gnome-base/libgnomecanvas-2 + >=dev-cpp/gtkmm-2.2.5" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + ${RDEPEND}" + +DOCS="AUTHORS COPYING ChangeLog NEWS README TODO INSTALL" |