summaryrefslogtreecommitdiff
path: root/community-testing/perl-clone/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/perl-clone/PKGBUILD')
-rw-r--r--community-testing/perl-clone/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community-testing/perl-clone/PKGBUILD b/community-testing/perl-clone/PKGBUILD
deleted file mode 100644
index ede090293..000000000
--- a/community-testing/perl-clone/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-# Contributor: Alex Dioso <adioso->gmail*com>
-
-pkgname=perl-clone
-pkgver=0.31
-pkgrel=3
-pkgdesc='Recursive copy of nested objects.'
-arch=('i686' 'x86_64')
-url='http://search.cpan.org/~RDF/Clone'
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/R/RD/RDF/Clone-${pkgver}.tar.gz")
-md5sums=('65f34e7280d7b7dfb72ab6224e5767f5')
-
-build() {
- cd Clone-${pkgver}
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
- make
-}
-
-package() {
- cd Clone-${pkgver}
-
- make DESTDIR=${pkgdir} install
-
- find ${pkgdir} -name '.packlist' -delete
- find ${pkgdir} -name '*.pod' -delete
-}