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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:38:05 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:38:05
  Author: felixonmars
Revision: 658544

archrelease: copy trunk to community-staging-any

Added:
  perl-device-modem/repos/community-staging-any/
  perl-device-modem/repos/community-staging-any/PKGBUILD
    (from rev 658543, perl-device-modem/trunk/PKGBUILD)

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

Copied: perl-device-modem/repos/community-staging-any/PKGBUILD (from rev 658543, perl-device-modem/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 13:38:05 UTC (rev 658544)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-device-modem
+pkgver=1.57
+pkgrel=4
+pkgdesc="Perl extension to talk to modem devices connected via serial port"
+arch=('any')
+url="https://search.cpan.org/dist/Device-Modem/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-device-serialport')
+makedepends=()
+provides=('perl-device-modem-log-file=2.10.0' 'perl-device-modem-log-syslog=2.10.0'
+	  'perl-device-modem-usrobotics=1.50.0')
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Modem-$pkgver.tar.gz")
+md5sums=('3477a29915990b6aad8c977d57e4a068')
+
+build() {
+  cd  "$srcdir"/Device-Modem-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Device-Modem-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list