summaryrefslogtreecommitdiff
path: root/user/perl-net-dbus/APKBUILD
blob: effaf9716afc4626bfc6155bfe686a345887cf61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org>
pkgname=perl-net-dbus
_pkgreal=Net-DBus
_author=DANBERR
_au=${_author%%"${_author#??}"}
_a=${_author%%"${_author#?}"}
pkgver=1.1.0
pkgrel=0
pkgdesc="Perl interface for dbus"
url="https://metacpan.org/release/Net-DBus"
arch="all"
license="GPL-2.0+ OR Artistic-1.0-Perl"
depends="perl perl-xml-twig"
checkdepends="perl-cpan-changes perl-test-pod perl-test-pod-coverage"
makedepends="dbus-dev perl-dev perl-extutils-pkgconfig"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

build() {
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
	make
}

check() {
	make test
}

package() {
	make DESTDIR="$pkgdir" install
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

sha512sums="96f5983ef1e33b4abea93277e39e779821c8ee4b1f2bc7a4a3aaa3612b9513a426b9f8e04094eb8449e89324c22c264df2d34b3d3e43dace85f443a57c770cc3  Net-DBus-1.1.0.tar.gz"