diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/shfs-utils |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/shfs-utils')
-rw-r--r-- | community/shfs-utils/PKGBUILD | 30 | ||||
-rw-r--r-- | community/shfs-utils/shfs-utils-make.patch | 5 |
2 files changed, 35 insertions, 0 deletions
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 <dragonlord@aur.archlinux.org> +# Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com> + +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/ |