# Contributor: Christian Sturm # Contributor: Anton Bazhenov # Contributor: Francois Charette pkgname=perl-alien-wxwidgets _pkgname=Alien-wxWidgets pkgver=0.56 pkgrel=1 pkgdesc="Building, finding and using wxWidgets binaries" arch=('any') url="https://metacpan.org/release/Alien-wxWidgets" license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') source=(http://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/${_pkgname}-$pkgver.tar.gz) md5sums=('40d437f4cd3719470d5b2a78769b3902') build() { cd $srcdir/${_pkgname}-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 make DESTDIR=$pkgdir install || return 1 find $pkgdir -name perllocal.pod -delete find $pkgdir -name .packlist -delete }