diff options
author | minskim <minskim> | 2006-01-15 16:35:36 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-01-15 16:35:36 +0000 |
commit | 4f87a89f4a0331d0bab8359071174fd625a3cced (patch) | |
tree | 4a80c3d35bc4b9f92b41fd23fcb01f710c262698 | |
parent | 15b37cd76188c3dfb0573e8c901e5f686c706b76 (diff) | |
download | pkgsrc-4f87a89f4a0331d0bab8359071174fd625a3cced.tar.gz |
Import ruby-gnome2-gnome from pkgsrc-wip. Packaged by dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
-rw-r--r-- | x11/ruby-gnome2-gnome/DESCR | 5 | ||||
-rw-r--r-- | x11/ruby-gnome2-gnome/Makefile | 16 | ||||
-rw-r--r-- | x11/ruby-gnome2-gnome/PLIST | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/x11/ruby-gnome2-gnome/DESCR b/x11/ruby-gnome2-gnome/DESCR new file mode 100644 index 00000000000..47b4937509c --- /dev/null +++ b/x11/ruby-gnome2-gnome/DESCR @@ -0,0 +1,5 @@ +Ruby-GNOME 2 is a set of Ruby language bindings for the various +application development libraries included with the GNOME/GTK+ +environment. + +Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x. diff --git a/x11/ruby-gnome2-gnome/Makefile b/x11/ruby-gnome2-gnome/Makefile new file mode 100644 index 00000000000..7c0fdef3b67 --- /dev/null +++ b/x11/ruby-gnome2-gnome/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/15 16:35:36 minskim Exp $ +# + +PKGNAME= ruby-gnome2-gnome-${VERSION} +COMMENT= Ruby binding of libgnome/libgnomeui-2.x +CATEGORIES= gnome x11 + +RUBY_EXTCONF_SUBDIRS= gnome + +DEPENDS+= ruby-gnome2-gnomecanvas>=${VERSION}:../../graphics/ruby-gnome2-gnomecanvas + +USE_TOOLS+= pkg-config + +.include "../../devel/libgnome/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/x11/ruby-gnome2-gnome/PLIST b/x11/ruby-gnome2-gnome/PLIST new file mode 100644 index 00000000000..f2f212625af --- /dev/null +++ b/x11/ruby-gnome2-gnome/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/15 16:35:36 minskim Exp $ +${RUBY_SITELIBDIR}/gnome2.rb +${RUBY_SITEARCHLIBDIR}/gnome2.${RUBY_DLEXT} |