[arch-commits] Commit in shfs-utils/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:41:17 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:41:16
Author: felixonmars
Revision: 658563
archrelease: copy trunk to community-staging-x86_64
Added:
shfs-utils/repos/community-staging-x86_64/
shfs-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 658562, shfs-utils/trunk/PKGBUILD)
shfs-utils/repos/community-staging-x86_64/shfs-utils-make.patch
(from rev 658562, shfs-utils/trunk/shfs-utils-make.patch)
-----------------------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
shfs-utils-make.patch | 5 +++++
2 files changed, 38 insertions(+)
Copied: shfs-utils/repos/community-staging-x86_64/PKGBUILD (from rev 658562, shfs-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:41:16 UTC (rev 658563)
@@ -0,0 +1,33 @@
+# 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=7
+pkgdesc='SHell FileSystem Linux utils'
+url='http://shfs.sourceforge.net/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'openssh')
+makedepends=('patch')
+source=("https://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 658562, 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 2020-07-07 13:41:16 UTC (rev 658563)
@@ -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