From 4fd38b1c7635719535ed16a2ed7cf6814ded90f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Fri, 28 Jan 2011 03:23:04 -0300 Subject: updated README and [social] ABS tree --- pkgs/perl-mouse/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pkgs/perl-mouse/PKGBUILD (limited to 'pkgs/perl-mouse') diff --git a/pkgs/perl-mouse/PKGBUILD b/pkgs/perl-mouse/PKGBUILD new file mode 100644 index 0000000..b41d53f --- /dev/null +++ b/pkgs/perl-mouse/PKGBUILD @@ -0,0 +1,33 @@ +# Contributor: Justin Davis +# Generator : CPANPLUS::Dist::Arch 1.09 +pkgname='perl-mouse' +pkgver='0.88' +pkgrel='1' +pkgdesc="Moose minus the antlers" +arch=('any') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl') +makedepends=() +url='http://search.cpan.org/dist/Mouse' +source=('http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-0.88.tar.gz') +md5sums=('c086309d38bdc54450346439bcef6367') + +build() { + PERL=/usr/bin/perl + DIST_DIR="${srcdir}/Mouse-0.88" + export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps \ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ + PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + MODULEBUILDRC=/dev/null + + { cd "$DIST_DIR" && + $PERL Makefile.PL && + make && + make test && + make install; + } || return 1; + + find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +} -- cgit v1.2.2