summaryrefslogtreecommitdiff
path: root/community-staging/ruby-pango/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/ruby-pango/PKGBUILD')
-rw-r--r--community-staging/ruby-pango/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/community-staging/ruby-pango/PKGBUILD b/community-staging/ruby-pango/PKGBUILD
new file mode 100644
index 000000000..1f20c7a3d
--- /dev/null
+++ b/community-staging/ruby-pango/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 53626 2011-08-07 02:29:56Z bfanella $
+# Maintainer: Brad Fanella <bradfanella@archlinux.us>
+# Contributor: Bjorn Lindeijer <bjorn@lindeijer.nl>
+# Contributor: kritoke <kritoke@nospam.gmail.com>
+
+pkgname=ruby-pango
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Ruby bindings for pango."
+arch=('i686' 'x86_64')
+url="http://ruby-gnome2.sourceforge.jp"
+license=('LGPL')
+depends=('ruby-glib2' 'ruby-cairo')
+makedepends=('ruby-glib2' 'pango' 'ruby-pkgconfig' 'ruby-cairo')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz)
+md5sums=('e9711eb5bd88debda90a920deb96d7d0')
+
+build() {
+ cd "$srcdir/ruby-gtk2-$pkgver"
+ ruby extconf.rb pango --topdir=$pkgdir
+ make
+}
+package() {
+ cd "$srcdir/ruby-gtk2-$pkgver"
+ make DESTDIR="$pkgdir" install
+}