diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-08 03:18:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-08 03:18:51 +0000 |
commit | f3850919c87c3f539827cb3b96d1b64ed0d81653 (patch) | |
tree | 896c347d544245ebba3067c74d423642d2763eb1 /graphics/ruby-gnome2-gdkpixbuf | |
parent | 6e8cd4d47621664394003ac1b88ad49b263ba5d0 (diff) | |
download | pkgsrc-f3850919c87c3f539827cb3b96d1b64ed0d81653.tar.gz |
Import ruby-gnome2-gdkpixbuf 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/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
Diffstat (limited to 'graphics/ruby-gnome2-gdkpixbuf')
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/DESCR | 5 | ||||
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/Makefile | 14 | ||||
-rw-r--r-- | graphics/ruby-gnome2-gdkpixbuf/PLIST | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/graphics/ruby-gnome2-gdkpixbuf/DESCR b/graphics/ruby-gnome2-gdkpixbuf/DESCR new file mode 100644 index 00000000000..2267e9a80c8 --- /dev/null +++ b/graphics/ruby-gnome2-gdkpixbuf/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/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x. diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile new file mode 100644 index 00000000000..b70c52102e0 --- /dev/null +++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/08 03:18:51 minskim Exp $ +# + +PKGNAME= ruby-gnome2-gdkpixbuf-${VERSION} +COMMENT= Ruby binding of GdkPixbuf-2.x +CATEGORIES= graphics devel + +RUBY_EXTCONF_SUBDIRS= gdkpixbuf + +DEPENDS+= ruby-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib +USE_TOOLS+= pkg-config + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/graphics/ruby-gnome2-gdkpixbuf/PLIST b/graphics/ruby-gnome2-gdkpixbuf/PLIST new file mode 100644 index 00000000000..2ef48ecc0dd --- /dev/null +++ b/graphics/ruby-gnome2-gdkpixbuf/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/08 03:18:51 minskim Exp $ +${RUBY_SITELIBDIR}/gdk_pixbuf2.rb +${RUBY_SITELIBDIR}/${MACHINE_ARCH}-${LOWER_OPSYS}elf/gdk_pixbuf2.so |