From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/shfs-utils/PKGBUILD | 30 ++++++++++++++++++++++++++++++ community/shfs-utils/shfs-utils-make.patch | 5 +++++ 2 files changed, 35 insertions(+) create mode 100644 community/shfs-utils/PKGBUILD create mode 100644 community/shfs-utils/shfs-utils-make.patch (limited to 'community/shfs-utils') diff --git a/community/shfs-utils/PKGBUILD b/community/shfs-utils/PKGBUILD new file mode 100644 index 000000000..13477b23d --- /dev/null +++ b/community/shfs-utils/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 24961 2010-08-29 19:56:51Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau +# Contributor: Jaroslaw Swierczynski + +pkgname=shfs-utils +pkgver=0.35 +pkgrel=3 +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 \ + $pkgname-make.patch) +md5sums=('016f49d71bc32eee2b5d11fc1600cfbe' + '49fb94b139bc69927815127f0bf85159') + +build() { + cd ${srcdir}/shfs-$pkgver + + patch -Np0 -i ${srcdir}/$pkgname-make.patch + make utils +} + +package() { + cd ${srcdir}/shfs-$pkgver + + make ROOT=${pkgdir} utils-install +} diff --git a/community/shfs-utils/shfs-utils-make.patch b/community/shfs-utils/shfs-utils-make.patch new file mode 100644 index 000000000..7f7609558 --- /dev/null +++ b/community/shfs-utils/shfs-utils-make.patch @@ -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/ -- cgit v1.2.3-54-g00ecf