From 3605270bdc98b3d4ac973eead454c2dcd6d24072 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 17 Dec 2014 07:38:49 -0200 Subject: remove nonfree perl-* packages --- pcr/perl-x10/PKGBUILD | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 pcr/perl-x10/PKGBUILD (limited to 'pcr/perl-x10') diff --git a/pcr/perl-x10/PKGBUILD b/pcr/perl-x10/PKGBUILD deleted file mode 100644 index fb0eb5f16..000000000 --- a/pcr/perl-x10/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# CPAN Name : X10 -# Contributor (Arch): John D Jones III -# Generator : CPANPLUS::Dist::Arch 1.25 - -pkgname='perl-x10' -pkgver='0.03' -pkgrel='3' -pkgdesc="" -arch=('any') -license=('PerlArtistic' 'GPL') -options=('!emptydirs') -depends=('perl-astro-suntime>=0.01' 'perl-device-serialport' 'perl-time-modules') -makedepends=() -url='http://search.cpan.org/dist/X10' -source=('http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/X10-0.03.tar.gz') -md5sums=('056b3d98fab545865148b948de6784c7') -sha512sums=('6ed2b9526732dc5f704ceb94f3a9abb51c208aabb6f127480046ce1f01ecf763e4de2dcb5bf52ef598831dbd5ba78ff9d108238001070076b0cc05c7681dea2f') -_distdir="X10-0.03" - -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 "$srcdir/$_distdir" - /usr/bin/perl Makefile.PL - make - ) -} - -check() { - cd "$srcdir/$_distdir" - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" - make test - ) -} - -package() { - cd "$srcdir/$_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: -- cgit v1.2.3