# $Id: PKGBUILD 65747 2012-02-22 12:14:00Z spupykin $ # Maintainer: Sergej Pupykin # This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman # Contributor: François Charette 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 }