[arch-commits] Commit in perl-fuse/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 20 10:49:48 UTC 2013


    Date: Monday, May 20, 2013 @ 12:49:48
  Author: spupykin
Revision: 91184

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-fuse/repos/community-staging-i686/
  perl-fuse/repos/community-staging-i686/PKGBUILD
    (from rev 91183, perl-fuse/trunk/PKGBUILD)
  perl-fuse/repos/community-staging-x86_64/
  perl-fuse/repos/community-staging-x86_64/PKGBUILD
    (from rev 91183, perl-fuse/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: perl-fuse/repos/community-staging-i686/PKGBUILD (from rev 91183, perl-fuse/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-05-20 10:49:48 UTC (rev 91184)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Tom K <tomk at runbox.com>
+
+pkgname=perl-fuse
+pkgver=0.14
+pkgrel=3
+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=('df72f17bf03e1a31c1a834816a3a59f1')
+
+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
+}

Copied: perl-fuse/repos/community-staging-x86_64/PKGBUILD (from rev 91183, perl-fuse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-05-20 10:49:48 UTC (rev 91184)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Tom K <tomk at runbox.com>
+
+pkgname=perl-fuse
+pkgver=0.14
+pkgrel=3
+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=('df72f17bf03e1a31c1a834816a3a59f1')
+
+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
+}




More information about the arch-commits mailing list