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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:26:47 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:26:46
  Author: felixonmars
Revision: 649808

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-net-dbus/repos/community-staging-x86_64/
  perl-net-dbus/repos/community-staging-x86_64/PKGBUILD
    (from rev 649805, perl-net-dbus/trunk/PKGBUILD)

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

Copied: perl-net-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 649805, perl-net-dbus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-06-21 16:26:46 UTC (rev 649808)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-net-dbus
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Binding for DBus messaging protocol"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Net-DBus"
+license=('GPL' 'PerlArtistic')
+depends=('dbus' 'perl-xml-twig')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-${pkgver}.tar.gz")
+sha256sums=('e7a1ac9ef4a1235b3fdbd5888f86c347182306467bd79abc9b0756a64b441cbc')
+
+build() {
+  cd  Net-DBus-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Net-DBus-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list