Created
November 9, 2011 19:48
-
-
Save viliampucik/1352726 to your computer and use it in GitHub Desktop.
perl-mojolicious
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Viliam Pucik <[email protected]> | |
# Generator : CPANPLUS::Dist::Arch 1.19 | |
pkgname='perl-mojolicious' | |
pkgver='2.25' | |
pkgrel='1' | |
pkgdesc="Real-time web framework" | |
arch=('any') | |
license=('PerlArtistic' 'GPL') | |
options=('!emptydirs') | |
depends=('perl') | |
makedepends=() | |
url='http://search.cpan.org/dist/Mojolicious' | |
source=('http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-2.25.tar.gz') | |
md5sums=('1f7e97a386c918d84ad4eaab8bfc3609') | |
sha512sums=('9d62edfe6cb3580666e14c1e04955659457da3ce605da4c59675235244a4b811dc9dcdc76097ae2564da943d010a096d2a223b504a44277ce64b34d9f05d1b2a') | |
_distdir="${srcdir}/Mojolicious-2.25" | |
build() { | |
( 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 "$_distdir" | |
/usr/bin/perl Makefile.PL | |
make | |
) | |
} | |
check() { | |
cd "$_distdir" | |
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" | |
make test | |
) | |
} | |
package() { | |
cd "$_distdir" | |
make install | |
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete | |
} | |
# Local Variables: | |
# mode: shell-script | |
# sh-basic-offset: 2 | |
# End: | |
# vim:set ts=2 sw=2 et: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment