diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-08 02:53:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-08 02:53:31 +0000 |
commit | 016973f71f00d5d074b953b01be33a44268d1c1b (patch) | |
tree | e502602087a2247698b1633d0ee9abb7b460d564 /devel | |
parent | cfe863cbb778f028f4d28ad17850a1398851b308 (diff) | |
download | pkgsrc-016973f71f00d5d074b953b01be33a44268d1c1b.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.
Diffstat (limited to 'devel')
-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 |