diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-08 03:36:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-08 03:36:30 +0000 |
commit | 101bc57eca761091d713d5d510d8abb53cbd14e4 (patch) | |
tree | d3632630519baa81edd1b97c0008c03533042c97 /graphics | |
parent | 98201e3236091310008e6bd0528dc8e5ad64cbc5 (diff) | |
download | pkgsrc-101bc57eca761091d713d5d510d8abb53cbd14e4.tar.gz |
Import ruby-gnome2-libart 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/Libart2 is a Ruby binding of Libart_lgpl.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gnome2-libart/DESCR | 5 | ||||
-rw-r--r-- | graphics/ruby-gnome2-libart/Makefile | 16 | ||||
-rw-r--r-- | graphics/ruby-gnome2-libart/PLIST | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/graphics/ruby-gnome2-libart/DESCR b/graphics/ruby-gnome2-libart/DESCR new file mode 100644 index 00000000000..6baee297a85 --- /dev/null +++ b/graphics/ruby-gnome2-libart/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/Libart2 is a Ruby binding of Libart_lgpl. diff --git a/graphics/ruby-gnome2-libart/Makefile b/graphics/ruby-gnome2-libart/Makefile new file mode 100644 index 00000000000..ccb0e890e01 --- /dev/null +++ b/graphics/ruby-gnome2-libart/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/08 03:36:30 minskim Exp $ +# + +PKGNAME= ruby-gnome2-libart-${VERSION} +COMMENT= Ruby binding of Libart_lgpl +CATEGORIES= graphics + +RUBY_EXTCONF_SUBDIRS= libart + +DEPENDS+= ruby-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib +USE_TOOLS+= pkg-config + +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/libart2/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/graphics/ruby-gnome2-libart/PLIST b/graphics/ruby-gnome2-libart/PLIST new file mode 100644 index 00000000000..e43e6c82158 --- /dev/null +++ b/graphics/ruby-gnome2-libart/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/08 03:36:30 minskim Exp $ +${RUBY_SITELIBDIR}/${MACHINE_ARCH}-${LOWER_OPSYS}elf/libart2.so |