[arch-commits] Commit in perl-net-imap-simple/repos (2 files)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 09:12:44 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:12:40
  Author: bluewind
Revision: 232006

archrelease: copy trunk to community-staging-any

Added:
  perl-net-imap-simple/repos/community-staging-any/
  perl-net-imap-simple/repos/community-staging-any/PKGBUILD
    (from rev 232005, perl-net-imap-simple/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: perl-net-imap-simple/repos/community-staging-any/PKGBUILD (from rev 232005, perl-net-imap-simple/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 09:12:40 UTC (rev 232006)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-net-imap-simple
+pkgver=1.2207
+pkgrel=2
+pkgdesc="Net::IMAP::Simple - a simple IMAP access library"
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Net-IMAP-Simple/"
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
+sha256sums=('7fb7fd25fdf62fd7f83d3a9401117e5f485116fc7653e943a93c6c5bbb1f4099')
+
+build() {
+  cd "$srcdir"/Net-IMAP-Simple-${pkgver}
+  yes n | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Net-IMAP-Simple-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name perllocal.pod -delete
+  find "$pkgdir" -name .packlist -delete
+}



More information about the arch-commits mailing list