[arch-commits] Commit in ruby-shadow/repos (4 files)
    Evangelos Foutras 
    foutrelis at archlinux.org
       
    Mon Jan  9 18:23:41 UTC 2017
    
    
  
    Date: Monday, January 9, 2017 @ 18:23:41
  Author: foutrelis
Revision: 206218
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
  ruby-shadow/repos/community-staging-i686/
  ruby-shadow/repos/community-staging-i686/PKGBUILD
    (from rev 206217, ruby-shadow/trunk/PKGBUILD)
  ruby-shadow/repos/community-staging-x86_64/
  ruby-shadow/repos/community-staging-x86_64/PKGBUILD
    (from rev 206217, ruby-shadow/trunk/PKGBUILD)
-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)
Copied: ruby-shadow/repos/community-staging-i686/PKGBUILD (from rev 206217, ruby-shadow/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-01-09 18:23:41 UTC (rev 206218)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Greg Sutcliffe <greg.sutcliffe at gmail.com>>
+
+pkgname=ruby-shadow
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Shadow password module"
+arch=('i686' 'x86_64')
+url="https://github.com/apalmblad/ruby-shadow"
+license=('CPL')
+depends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apalmblad/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('e9c35620f6c25233b7b54dcab8ee955e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ruby extconf.rb
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ sitedir='$(rubylibprefix)/vendor_ruby' \
+    sitehdrdir='$(rubyhdrdir)/vendor_ruby' install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
Copied: ruby-shadow/repos/community-staging-x86_64/PKGBUILD (from rev 206217, ruby-shadow/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-01-09 18:23:41 UTC (rev 206218)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Greg Sutcliffe <greg.sutcliffe at gmail.com>>
+
+pkgname=ruby-shadow
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Shadow password module"
+arch=('i686' 'x86_64')
+url="https://github.com/apalmblad/ruby-shadow"
+license=('CPL')
+depends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apalmblad/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('e9c35620f6c25233b7b54dcab8ee955e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ruby extconf.rb
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ sitedir='$(rubylibprefix)/vendor_ruby' \
+    sitehdrdir='$(rubyhdrdir)/vendor_ruby' install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
    
    
More information about the arch-commits
mailing list