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

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 12:17:47 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:17:47
  Author: foutrelis
Revision: 366731

archrelease: copy trunk to community-staging-any

Added:
  perl-net-telnet/repos/community-staging-any/
  perl-net-telnet/repos/community-staging-any/PKGBUILD
    (from rev 366730, perl-net-telnet/trunk/PKGBUILD)

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

Copied: perl-net-telnet/repos/community-staging-any/PKGBUILD (from rev 366730, perl-net-telnet/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 12:17:47 UTC (rev 366731)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-net-telnet
+pkgver=3.04
+pkgrel=4
+pkgdesc="Perl/CPAN Module Net::Telnet : Interact with TELNET port or other TCP ports"
+arch=("any")
+url="http://search.cpan.org/dist/Net-Telnet"
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/J/JR/JROGERS/Net-Telnet-$pkgver.tar.gz")
+sha256sums=('e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a')
+
+build() {
+  cd "$srcdir"/Net-Telnet-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Net-Telnet-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list