[arch-commits] Commit in shfs-utils/repos (6 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri May 31 00:40:46 UTC 2013


    Date: Friday, May 31, 2013 @ 02:40:45
  Author: seblu
Revision: 92049

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  shfs-utils/repos/community-staging-i686/
  shfs-utils/repos/community-staging-i686/PKGBUILD
    (from rev 92048, shfs-utils/trunk/PKGBUILD)
  shfs-utils/repos/community-staging-i686/shfs-utils-make.patch
    (from rev 92048, shfs-utils/trunk/shfs-utils-make.patch)
  shfs-utils/repos/community-staging-x86_64/
  shfs-utils/repos/community-staging-x86_64/PKGBUILD
    (from rev 92048, shfs-utils/trunk/PKGBUILD)
  shfs-utils/repos/community-staging-x86_64/shfs-utils-make.patch
    (from rev 92048, shfs-utils/trunk/shfs-utils-make.patch)

------------------------------------------------+
 community-staging-i686/PKGBUILD                |   34 +++++++++++++++++++++++
 community-staging-i686/shfs-utils-make.patch   |    5 +++
 community-staging-x86_64/PKGBUILD              |   34 +++++++++++++++++++++++
 community-staging-x86_64/shfs-utils-make.patch |    5 +++
 4 files changed, 78 insertions(+)

Copied: shfs-utils/repos/community-staging-i686/PKGBUILD (from rev 92048, shfs-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-05-31 00:40:45 UTC (rev 92049)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
+
+pkgname=shfs-utils
+pkgver=0.35
+pkgrel=5
+pkgdesc='SHell FileSystem Linux utils'
+url='http://shfs.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc' 'openssh')
+makedepends=('patch')
+source=("http://downloads.sourceforge.net/sourceforge/shfs/shfs-$pkgver.tar.gz"
+        'shfs-utils-make.patch')
+md5sums=('016f49d71bc32eee2b5d11fc1600cfbe'
+         '49fb94b139bc69927815127f0bf85159')
+
+prepare() {
+  patch -Np0 -d shfs-$pkgver < $pkgname-make.patch
+}
+
+build() {
+  cd shfs-$pkgver
+  make -j1 utils
+}
+
+package() {
+  cd shfs-$pkgver
+  make -j1 ROOT="$pkgdir" utils-install
+  # remove sbin symlinks
+  rm -r "$pkgdir/sbin"
+}

Copied: shfs-utils/repos/community-staging-i686/shfs-utils-make.patch (from rev 92048, shfs-utils/trunk/shfs-utils-make.patch)
===================================================================
--- community-staging-i686/shfs-utils-make.patch	                        (rev 0)
+++ community-staging-i686/shfs-utils-make.patch	2013-05-31 00:40:45 UTC (rev 92049)
@@ -0,0 +1,5 @@
+--- shfsmount/Makefile.orig	2010-08-29 21:50:47.000000000 +0200
++++ shfsmount/Makefile	2010-08-29 21:50:47.000000000 +0200
+@@ -10 +10 @@
+-SEARCHDIRS := -I- -I. -I../shfs/Linux-2.4/
++SEARCHDIRS := -I. -I../shfs/Linux-2.4/

Copied: shfs-utils/repos/community-staging-x86_64/PKGBUILD (from rev 92048, shfs-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-05-31 00:40:45 UTC (rev 92049)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
+
+pkgname=shfs-utils
+pkgver=0.35
+pkgrel=5
+pkgdesc='SHell FileSystem Linux utils'
+url='http://shfs.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc' 'openssh')
+makedepends=('patch')
+source=("http://downloads.sourceforge.net/sourceforge/shfs/shfs-$pkgver.tar.gz"
+        'shfs-utils-make.patch')
+md5sums=('016f49d71bc32eee2b5d11fc1600cfbe'
+         '49fb94b139bc69927815127f0bf85159')
+
+prepare() {
+  patch -Np0 -d shfs-$pkgver < $pkgname-make.patch
+}
+
+build() {
+  cd shfs-$pkgver
+  make -j1 utils
+}
+
+package() {
+  cd shfs-$pkgver
+  make -j1 ROOT="$pkgdir" utils-install
+  # remove sbin symlinks
+  rm -r "$pkgdir/sbin"
+}

Copied: shfs-utils/repos/community-staging-x86_64/shfs-utils-make.patch (from rev 92048, shfs-utils/trunk/shfs-utils-make.patch)
===================================================================
--- community-staging-x86_64/shfs-utils-make.patch	                        (rev 0)
+++ community-staging-x86_64/shfs-utils-make.patch	2013-05-31 00:40:45 UTC (rev 92049)
@@ -0,0 +1,5 @@
+--- shfsmount/Makefile.orig	2010-08-29 21:50:47.000000000 +0200
++++ shfsmount/Makefile	2010-08-29 21:50:47.000000000 +0200
+@@ -10 +10 @@
+-SEARCHDIRS := -I- -I. -I../shfs/Linux-2.4/
++SEARCHDIRS := -I. -I../shfs/Linux-2.4/




More information about the arch-commits mailing list