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

Felix Yan felixonmars at archlinux.org
Wed Aug 1 11:58:05 UTC 2018


    Date: Wednesday, August 1, 2018 @ 11:58:04
  Author: felixonmars
Revision: 366611

archrelease: copy trunk to community-staging-any

Added:
  perl-crypt-smbhash/repos/community-staging-any/
  perl-crypt-smbhash/repos/community-staging-any/PKGBUILD
    (from rev 366608, perl-crypt-smbhash/trunk/PKGBUILD)

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

Copied: perl-crypt-smbhash/repos/community-staging-any/PKGBUILD (from rev 366608, perl-crypt-smbhash/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 11:58:04 UTC (rev 366611)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Martin Imobersteg <imm at gmx.ch>
+
+pkgname=perl-crypt-smbhash
+pkgver=0.12
+pkgrel=6
+pkgdesc="Perl/CPAN Module Crypt::SmbHash : Perl-only implementation of lanman and nt md4 hash functions, for use in Samba style smbpasswd entries."
+arch=("any")
+url="http://search.cpan.org/dist/Crypt-SmbHash/SmbHash.pm"
+license=("GPL")
+source=('http://search.cpan.org/CPAN/authors/id/B/BJ/BJKUIT/Crypt-SmbHash-0.12.tar.gz')
+md5sums=('a6e3f4d65a89bfcc9ba0c69691e6105b')
+
+build() {
+  cd "$srcdir"/Crypt-SmbHash-0.12
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Crypt-SmbHash-0.12
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list