diff options
author | obache <obache@pkgsrc.org> | 2014-01-05 09:06:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-05 09:06:05 +0000 |
commit | ea54b80ca18abbe71a3f55716aff122ac902e39e (patch) | |
tree | 12955f6971088cb86862cd47320c2c82faecf6c6 /graphics/ruby-gnome2-clutter-gtk | |
parent | ba5b962d225c37e315dd4e9ea03bc4e55cb274ae (diff) | |
download | pkgsrc-ea54b80ca18abbe71a3f55716aff122ac902e39e.tar.gz |
Import ruby-gnome2-clutter-gtk-2.0.2 as graphics/ruby-gnome2-clutter-gtk.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.
Diffstat (limited to 'graphics/ruby-gnome2-clutter-gtk')
-rw-r--r-- | graphics/ruby-gnome2-clutter-gtk/DESCR | 5 | ||||
-rw-r--r-- | graphics/ruby-gnome2-clutter-gtk/Makefile | 21 | ||||
-rw-r--r-- | graphics/ruby-gnome2-clutter-gtk/PLIST | 2 |
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/ruby-gnome2-clutter-gtk/DESCR b/graphics/ruby-gnome2-clutter-gtk/DESCR new file mode 100644 index 00000000000..a5d075bb4dd --- /dev/null +++ b/graphics/ruby-gnome2-clutter-gtk/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/ClutterGTK is a Ruby binding of Clutter-GTK. diff --git a/graphics/ruby-gnome2-clutter-gtk/Makefile b/graphics/ruby-gnome2-clutter-gtk/Makefile new file mode 100644 index 00000000000..1c4fc517636 --- /dev/null +++ b/graphics/ruby-gnome2-clutter-gtk/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/01/05 09:06:05 obache Exp $ +# + +PKGNAME= ${RUBY_PKGPREFIX}-gnome2-clutter-gtk-${VERSION} +COMMENT= Ruby binding of Clutter-GTK +CATEGORIES= graphics + +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}:../../graphics/ruby-gnome2-clutter +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3 +DEPENDS+= clutter-gtk>=1.0:../../graphics/clutter-gtk + +RUBY_SETUP_SUBDIRS= clutter-gtk + +USE_RUBY_EXTCONF= no +USE_RUBY_SETUP= yes +USE_RUBY_SETUP_PKG= yes + +do-test: + ${RUN} cd ${WRKSRC}/clutter-gtk/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb + +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/graphics/ruby-gnome2-clutter-gtk/PLIST b/graphics/ruby-gnome2-clutter-gtk/PLIST new file mode 100644 index 00000000000..be25e59edc6 --- /dev/null +++ b/graphics/ruby-gnome2-clutter-gtk/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2014/01/05 09:06:05 obache Exp $ +${RUBY_VENDORLIB}/clutter-gtk.rb |