summaryrefslogtreecommitdiff
path: root/community/unionfs-fuse
diff options
context:
space:
mode:
Diffstat (limited to 'community/unionfs-fuse')
-rw-r--r--community/unionfs-fuse/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/unionfs-fuse/PKGBUILD b/community/unionfs-fuse/PKGBUILD
deleted file mode 100644
index 22db49cff..000000000
--- a/community/unionfs-fuse/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 90408 2013-05-12 09:00:26Z aginiewicz $
-# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
-# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
-
-pkgname=unionfs-fuse
-pkgver=0.26
-pkgrel=2
-pkgdesc="A user space unionfs implementation"
-arch=('i686' 'x86_64')
-url="http://podgorny.cz/moin/UnionFsFuse"
-license=('BSD')
-depends=('fuse')
-source=(http://podgorny.cz/unionfs-fuse/releases/$pkgname-$pkgver.tar.xz)
-md5sums=('689c636484756f6f7a728ef354cbeac2')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
- install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-