From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/unionfs-fuse/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 community/unionfs-fuse/PKGBUILD (limited to 'community/unionfs-fuse') 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 -# Contributor: Smith Dhumbumroong - -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 -} - -- cgit v1.2.3-54-g00ecf