[arch-commits] Commit in perl-ldap/repos (2 files)

Florian Pritz bluewind at archlinux.org
Wed Aug 1 09:21:54 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:21:53
  Author: bluewind
Revision: 366396

archrelease: copy trunk to community-staging-any

Added:
  perl-ldap/repos/community-staging-any/
  perl-ldap/repos/community-staging-any/PKGBUILD
    (from rev 366395, perl-ldap/trunk/PKGBUILD)

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

Copied: perl-ldap/repos/community-staging-any/PKGBUILD (from rev 366395, perl-ldap/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 09:21:53 UTC (rev 366396)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Tom K <tomk at runbox.com>
+
+pkgname=perl-ldap
+pkgver=0.65
+pkgrel=5
+pkgdesc="Interface to LDAP Protocol (RFC1777)"
+arch=('any')
+url="http://search.cpan.org/dist/perl-ldap"
+depends=('perl-convert-asn1' 'perl-xml-sax-writer' 'perl-text-soundex')
+license=("GPL")
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
+md5sums=('d057c8db76913d95c0e460c7bdd98b27')
+
+build() {
+  cd  "$srcdir"/perl-ldap-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/perl-ldap-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list