diff options
Diffstat (limited to 'community/shfs-utils/PKGBUILD')
-rw-r--r-- | community/shfs-utils/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community/shfs-utils/PKGBUILD b/community/shfs-utils/PKGBUILD deleted file mode 100644 index f5e7e4045..000000000 --- a/community/shfs-utils/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 92255 2013-06-03 11:15:28Z allan $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Sébastien Luttringer -# Contributor: Jaroslaw Swierczynski <swiergot@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" -} |