[arch-commits] Commit in perl-lchown/repos (4 files)

Florian Pritz bluewind at nymeria.archlinux.org
Wed Jan 30 22:43:38 UTC 2013


    Date: Wednesday, January 30, 2013 @ 23:43:38
  Author: bluewind
Revision: 83388

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-lchown/repos/community-i686/
  perl-lchown/repos/community-i686/PKGBUILD
    (from rev 83387, perl-lchown/trunk/PKGBUILD)
  perl-lchown/repos/community-x86_64/
  perl-lchown/repos/community-x86_64/PKGBUILD
    (from rev 83387, perl-lchown/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   47 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   47 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

Copied: perl-lchown/repos/community-i686/PKGBUILD (from rev 83387, perl-lchown/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-30 22:43:38 UTC (rev 83388)
@@ -0,0 +1,47 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=1
+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)
+_distdir="${srcdir}/Lchown-${pkgver}"
+
+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 Build.PL
+    ./Build
+)
+
+check()
+(
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd "$_distdir"
+    ./Build test
+)
+
+package() {
+    cd "$_distdir"
+    ./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:

Copied: perl-lchown/repos/community-x86_64/PKGBUILD (from rev 83387, perl-lchown/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-30 22:43:38 UTC (rev 83388)
@@ -0,0 +1,47 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=1
+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)
+_distdir="${srcdir}/Lchown-${pkgver}"
+
+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 Build.PL
+    ./Build
+)
+
+check()
+(
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd "$_distdir"
+    ./Build test
+)
+
+package() {
+    cd "$_distdir"
+    ./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:




More information about the arch-commits mailing list