diff options
author | minskim <minskim> | 2006-01-08 02:53:31 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-01-08 02:53:31 +0000 |
commit | 7afdeabd403613f2d3ecc279db6b6aa3c64a036c (patch) | |
tree | e502602087a2247698b1633d0ee9abb7b460d564 | |
parent | 299f35ab4051c74fd2b26cba84b78dcee6f9473d (diff) | |
download | pkgsrc-7afdeabd403613f2d3ecc279db6b6aa3c64a036c.tar.gz |
Import ruby-gnome2-glib 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/GLib2 is a Ruby binding of GLib-2.x.
-rw-r--r-- | devel/ruby-gnome2-glib/DESCR | 5 | ||||
-rw-r--r-- | devel/ruby-gnome2-glib/Makefile | 13 | ||||
-rw-r--r-- | devel/ruby-gnome2-glib/PLIST | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/devel/ruby-gnome2-glib/DESCR b/devel/ruby-gnome2-glib/DESCR new file mode 100644 index 00000000000..8b32018feda --- /dev/null +++ b/devel/ruby-gnome2-glib/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/GLib2 is a Ruby binding of GLib-2.x. diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile new file mode 100644 index 00000000000..d0c922264fd --- /dev/null +++ b/devel/ruby-gnome2-glib/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/08 02:53:31 minskim Exp $ +# + +PKGNAME= ruby-gnome2-glib-${VERSION} +COMMENT= Ruby binding of GLib-2.x +CATEGORIES= devel + +RUBY_EXTCONF_SUBDIRS= glib + +USE_TOOLS+= pkg-config + +.include "../../devel/glib2/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST new file mode 100644 index 00000000000..8c992ff3352 --- /dev/null +++ b/devel/ruby-gnome2-glib/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/08 02:53:31 minskim Exp $ +${RUBY_SITELIBDIR}/glib2.rb +${RUBY_SITELIBDIR}/${MACHINE_ARCH}-${LOWER_OPSYS}elf/glib2.so +${RUBY_SITELIBDIR}/mkmf-gnome2.rb +${RUBY_SITELIBDIR}/pkg-config.rb |