diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-15 16:44:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-15 16:44:46 +0000 |
commit | 7d8ed7e5896a8e35c61f5f62e0ecdf9a3054a9ab (patch) | |
tree | f6765f22de412fc827fa277b2f0063e5b5e36e98 /x11 | |
parent | 7ad94e0cfd05d30cfd22eee7de57421c7e364702 (diff) | |
download | pkgsrc-7d8ed7e5896a8e35c61f5f62e0ecdf9a3054a9ab.tar.gz |
Import ruby-gnome2-panelapplet 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/PanelApplet2 is a Ruby binding of libpanel-applet-2.6.x.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-gnome2-panelapplet/DESCR | 5 | ||||
-rw-r--r-- | x11/ruby-gnome2-panelapplet/Makefile | 15 | ||||
-rw-r--r-- | x11/ruby-gnome2-panelapplet/PLIST | 3 |
3 files changed, 23 insertions, 0 deletions
diff --git a/x11/ruby-gnome2-panelapplet/DESCR b/x11/ruby-gnome2-panelapplet/DESCR new file mode 100644 index 00000000000..d48b0aa409d --- /dev/null +++ b/x11/ruby-gnome2-panelapplet/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/PanelApplet2 is a Ruby binding of libpanel-applet-2.6.x. diff --git a/x11/ruby-gnome2-panelapplet/Makefile b/x11/ruby-gnome2-panelapplet/Makefile new file mode 100644 index 00000000000..3765bef297a --- /dev/null +++ b/x11/ruby-gnome2-panelapplet/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/15 16:44:46 minskim Exp $ +# + +PKGNAME= ruby-gnome2-panelapplet-${VERSION} +COMMENT= Ruby binding of libpanel-applet-2.6.x +CATEGORIES= x11 gnome + +RUBY_EXTCONF_SUBDIRS= panel-applet + +DEPENDS+= ruby-gnome2-gnome>=${VERSION}:../../x11/ruby-gnome2-gnome + +USE_TOOLS+= pkg-config + +.include "../../x11/gnome-panel/buildlink3.mk" +.include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/x11/ruby-gnome2-panelapplet/PLIST b/x11/ruby-gnome2-panelapplet/PLIST new file mode 100644 index 00000000000..5d589930e78 --- /dev/null +++ b/x11/ruby-gnome2-panelapplet/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/15 16:44:46 minskim Exp $ +${RUBY_SITEARCHLIBDIR}/panelapplet2.${RUBY_DLEXT} +${RUBY_SITELIBDIR}/panelapplet2.rb |