[arch-commits] Commit in perl-net-dbus/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Aug 1 12:25:15 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:25:14
Author: felixonmars
Revision: 366776
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 366774, perl-net-dbus/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: perl-net-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 366774, perl-net-dbus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-08-01 12:25:14 UTC (rev 366776)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-net-dbus
+pkgver=1.1.0
+pkgrel=7
+pkgdesc="Binding for DBus messaging protocol"
+arch=('x86_64')
+url="http://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=('8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269')
+
+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