summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules/perl-class-singleton/PKGBUILD
blob: 1f80ce9cbb52343cbe2133d1e28225ab07008af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 65747 2012-02-22 12:14:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
# Contributor: François Charette <firmicus ατ gmx δοτ net>

pkgname=perl-class-singleton
pkgver=1.4
pkgrel=4
pkgdesc="Implementation of a "Singleton" class"
arch=('any')
url="http://search.cpan.org/dist/Class-Singleton"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/A/AB/ABW/Class-Singleton-$pkgver.tar.gz) 
md5sums=('a18b108ab97e2107cbbe816d2b3e2ee3')

build() {
  cd  $srcdir/Class-Singleton-$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
}