summaryrefslogtreecommitdiff
path: root/community-testing/perl-class-methodmaker/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/perl-class-methodmaker/PKGBUILD')
-rw-r--r--community-testing/perl-class-methodmaker/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community-testing/perl-class-methodmaker/PKGBUILD b/community-testing/perl-class-methodmaker/PKGBUILD
deleted file mode 100644
index 1bfbb91bf..000000000
--- a/community-testing/perl-class-methodmaker/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 71374 2012-05-27 07:39:26Z bluewind $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-class-methodmaker
-pkgver=2.18
-pkgrel=6
-pkgdesc="Create generic class methods"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Class-MethodMaker"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/Class-MethodMaker-${pkgver}.tar.gz")
-md5sums=('99435d78e0a1754b102fe39597c6c3df')
-
-build() {
- cd $srcdir/Class-MethodMaker-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
- make install DESTDIR=$pkgdir
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
-}