diff options
author | aurelien <tek@localhost.localdomain> | 2012-11-13 17:00:03 +0100 |
---|---|---|
committer | aurelien <tek@localhost.localdomain> | 2012-11-13 17:00:03 +0100 |
commit | cf319581703bfe2836e7df909dd5f9c0ab0d54e5 (patch) | |
tree | 43f3f7b82a28ea3440929e83da45f82968c3ba2c /pcr/ruby-libnotify | |
parent | 5ae2d0f4bb7b2d29aca46139292207252616ac1f (diff) |
version i686 of the build of end of October 201
Diffstat (limited to 'pcr/ruby-libnotify')
-rw-r--r-- | pcr/ruby-libnotify/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pcr/ruby-libnotify/PKGBUILD b/pcr/ruby-libnotify/PKGBUILD new file mode 100644 index 000000000..f38e10d2d --- /dev/null +++ b/pcr/ruby-libnotify/PKGBUILD @@ -0,0 +1,23 @@ +# Contributor: Luca Russo <vargolo@gmail.com> +# Contributor: Sigitas Mazaliauskas <sigisnn@gmail.com> +# Contributor: Andreas W. Hauser <andy-aur@splashground.de> +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> + +pkgname=ruby-libnotify +pkgver=0.8.0 +pkgrel=1 +pkgdesc="ruby bindings for libnotify, a library for desktop notifications" +arch=('i686' 'x86_64') +url="http://rubygems.org/downloads" +license=('LGPL') +depends=('ruby' 'libnotify' 'ruby-gtk2') +makedepends=('ruby-pkgconfig') +source=(http://rubygems.org/downloads/${pkgname}-${pkgver}.gem) +noextract=(${pkgname}-${pkgver}.gem) + +build() { + cd $srcdir + local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')" + + gem install --ignore-dependencies -i "$pkgdir$_gemdir" ${pkgname}-${pkgver}.gem +} |