summaryrefslogtreecommitdiff
path: root/community/perl-lchown/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/perl-lchown/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/perl-lchown/PKGBUILD')
-rw-r--r--community/perl-lchown/PKGBUILD46
1 files changed, 0 insertions, 46 deletions
diff --git a/community/perl-lchown/PKGBUILD b/community/perl-lchown/PKGBUILD
deleted file mode 100644
index cd1f89437..000000000
--- a/community/perl-lchown/PKGBUILD
+++ /dev/null
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz <bluewind@xinu.at>
-
-pkgname=perl-lchown
-pkgver=1.01
-pkgrel=2
-pkgdesc="use the lchown(2) system call from Perl"
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-url=https://metacpan.org/release/Lchown
-source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz")
-md5sums=(e3db31be650437eb5d9bfc4da6252ee3)
-sha512sums=(f3b7bf7b3b71a7d92449d4ae8249d76b456869e48105db401a49f39f687ee5d97e079485fb2bbaae991a3a27d408959fc132b843c6f69487eeb2958c85f683a8)
-
-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}/Lchown-${pkgver}"
- /usr/bin/perl Build.PL
- ./Build
-)
-
-check()
-(
- export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- cd "${srcdir}/Lchown-${pkgver}"
- ./Build test
-)
-
-package() {
- cd "${srcdir}/Lchown-${pkgver}"
- ./Build 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: