summaryrefslogtreecommitdiff
path: root/community/ruby-cairo/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-05-07 22:31:25 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-05-07 22:31:25 -0300
commit9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch)
tree06520d9024b40745b94f02d0d3419386e6496863 /community/ruby-cairo/PKGBUILD
parent6cc893589a6bd208f2b7711f985e17df7a6df816 (diff)
parenta86ff663185661ee304bb1f6d00d982102dd706d (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/ruby-cairo/PKGBUILD')
-rw-r--r--community/ruby-cairo/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/community/ruby-cairo/PKGBUILD b/community/ruby-cairo/PKGBUILD
index 583df259d..5678a24b6 100644
--- a/community/ruby-cairo/PKGBUILD
+++ b/community/ruby-cairo/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 72819 2012-06-22 21:24:20Z arodseth $
+# $Id: PKGBUILD 87182 2013-03-28 13:42:37Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
+# Contributor: Jeremy <reebydobalina@yahoo.ca>
pkgname=ruby-cairo
pkgver=1.12.2
-pkgrel=1
-pkgdesc="Ruby bindings for cairo"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://cairographics.org/rcairo/"
+pkgrel=7
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686' 'mips64el')
+url='http://cairographics.org/rcairo/'
license=('GPL')
-depends=('ruby' 'cairo>=1.2.0')
+depends=('ruby' 'cairo')
makedepends=('ruby-pkgconfig')
source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
@@ -25,6 +26,8 @@ package() {
cd "$srcdir/rcairo-$pkgver"
make DESTDIR="$pkgdir" install
+ install -Dm644 ext/cairo/cairo.so \
+ "$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux/cairo.so"
}
# vim:set ts=2 sw=2 et: