summaryrefslogtreecommitdiff
path: root/community-testing/perl-fuse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/perl-fuse/PKGBUILD')
-rw-r--r--community-testing/perl-fuse/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community-testing/perl-fuse/PKGBUILD b/community-testing/perl-fuse/PKGBUILD
deleted file mode 100644
index 079721841..000000000
--- a/community-testing/perl-fuse/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 47546 2011-05-23 19:23:45Z jelle $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Tom K <tomk@runbox.com>
-
-pkgname=perl-fuse
-pkgver=0.11
-pkgrel=2
-pkgdesc="write filesystems in Perl using FUSE"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Fuse"
-depends=('perl' 'fuse')
-license=('GPL')
-source=(http://www.cpan.org/authors/id/D/DP/DPAVLIN/Fuse-$pkgver.tar.gz)
-md5sums=('4b4cb2399dc409015779af0940513c97')
-options=('!emptydirs')
-
-build() {
- cd $srcdir/Fuse-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd $srcdir/Fuse-$pkgver
- make install DESTDIR=$pkgdir
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
-}