# $Id: PKGBUILD 56450 2011-10-07 10:02:33Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Francois Charette pkgname=perl-net-dbus pkgver=1.0.0 pkgrel=1 pkgdesc="Binding for DBus messaging protocol" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/Net-DBus" license=('GPL' 'PerlArtistic') depends=('dbus' 'perl-xml-twig') options=('!emptydirs') source=("http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-${pkgver}.tar.gz") md5sums=('b17e32976d1a3b56feb908ebd7fed7f1') 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 }