[arch-commits] Commit in ruby-cairo/repos (2 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Mar 7 16:18:54 UTC 2013


    Date: Thursday, March 7, 2013 @ 17:18:54
  Author: arodseth
Revision: 85829

archrelease: copy trunk to community-staging-any

Added:
  ruby-cairo/repos/community-staging-any/
  ruby-cairo/repos/community-staging-any/PKGBUILD
    (from rev 85828, ruby-cairo/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: ruby-cairo/repos/community-staging-any/PKGBUILD (from rev 85828, ruby-cairo/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2013-03-07 16:18:54 UTC (rev 85829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+
+pkgname=ruby-cairo
+pkgver=1.12.2
+pkgrel=2
+pkgdesc='Ruby bindings for cairo'
+arch=('any') #x86_64' 'i686')
+# http://cairographics.org/releases/
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
+sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
+
+build() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list