diff options
author | obache <obache@pkgsrc.org> | 2007-05-26 06:27:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-26 06:27:28 +0000 |
commit | becab1c8f07dda0e8eee43a2d1d40d335ef73e83 (patch) | |
tree | bfc0209bafc9993ccc2f18aeab98ae7f48c75db2 /graphics | |
parent | 3133875fb3b1d6d20a51ab59d7846ba80f08b59d (diff) | |
download | pkgsrc-becab1c8f07dda0e8eee43a2d1d40d335ef73e83.tar.gz |
Import ruby-gnome2-rsvg version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.
Ruby/RSVG is a Ruby binding of librsvg.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gnome2-rsvg/DESCR | 5 | ||||
-rw-r--r-- | graphics/ruby-gnome2-rsvg/Makefile | 15 | ||||
-rw-r--r-- | graphics/ruby-gnome2-rsvg/PLIST | 3 |
3 files changed, 23 insertions, 0 deletions
diff --git a/graphics/ruby-gnome2-rsvg/DESCR b/graphics/ruby-gnome2-rsvg/DESCR new file mode 100644 index 00000000000..894aeb991d5 --- /dev/null +++ b/graphics/ruby-gnome2-rsvg/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/RSVG is a Ruby binding of librsvg. diff --git a/graphics/ruby-gnome2-rsvg/Makefile b/graphics/ruby-gnome2-rsvg/Makefile new file mode 100644 index 00000000000..b274e465bde --- /dev/null +++ b/graphics/ruby-gnome2-rsvg/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 06:27:28 obache Exp $ +# + +PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION} +COMMENT= Ruby binding of librsvg +CATEGORIES= graphics + +RUBY_EXTCONF_SUBDIRS= rsvg + +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf +USE_TOOLS+= pkg-config + +.include "../../graphics/librsvg2/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/graphics/ruby-gnome2-rsvg/PLIST b/graphics/ruby-gnome2-rsvg/PLIST new file mode 100644 index 00000000000..82f5e5b2577 --- /dev/null +++ b/graphics/ruby-gnome2-rsvg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/26 06:27:28 obache Exp $ +${RUBY_SITELIBDIR}/rsvg2.rb +${RUBY_SITEARCHLIBDIR}/rsvg2.${RUBY_DLEXT} |