diff options
author | obache <obache@pkgsrc.org> | 2007-05-26 06:24:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-26 06:24:28 +0000 |
commit | 3133875fb3b1d6d20a51ab59d7846ba80f08b59d (patch) | |
tree | 02e15dffba5ac551284db756cebcf176b4c9951b /print | |
parent | 3b12e633e2f1d4b3e90879cb504d1bc725914b2e (diff) | |
download | pkgsrc-3133875fb3b1d6d20a51ab59d7846ba80f08b59d.tar.gz |
Import ruby-gnome2-gnomeprint 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/GnomePrint is a Ruby binding of libgnomeprint.
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-gnome2-gnomeprint/DESCR | 5 | ||||
-rw-r--r-- | print/ruby-gnome2-gnomeprint/Makefile | 16 | ||||
-rw-r--r-- | print/ruby-gnome2-gnomeprint/PLIST | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/print/ruby-gnome2-gnomeprint/DESCR b/print/ruby-gnome2-gnomeprint/DESCR new file mode 100644 index 00000000000..d96827eeec4 --- /dev/null +++ b/print/ruby-gnome2-gnomeprint/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/GnomePrint is a Ruby binding of libgnomeprint. diff --git a/print/ruby-gnome2-gnomeprint/Makefile b/print/ruby-gnome2-gnomeprint/Makefile new file mode 100644 index 00000000000..a4330ed8cda --- /dev/null +++ b/print/ruby-gnome2-gnomeprint/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 06:24:28 obache Exp $ +# + +PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprint-${VERSION} +COMMENT= Ruby binding of libgnomeprint +CATEGORIES= print + +RUBY_EXTCONF_SUBDIRS= gnomeprint + +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-glib +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-libart>=${VERSION}:../../graphics/ruby-gnome2-libart +USE_TOOLS+= pkg-config + +.include "../../print/libgnomeprint/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/print/ruby-gnome2-gnomeprint/PLIST b/print/ruby-gnome2-gnomeprint/PLIST new file mode 100644 index 00000000000..6df8af0d1f7 --- /dev/null +++ b/print/ruby-gnome2-gnomeprint/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/26 06:24:28 obache Exp $ +${RUBY_SITELIBDIR}/gnomeprint2.rb +${RUBY_SITEARCHLIBDIR}/gnomeprint2.${RUBY_DLEXT} |