# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-filesys-notify-simple pkgver=0.13 pkgrel=0 pkgdesc="Filesys::Notify::Simple perl module" url="http://search.cpan.org/dist/Filesys-Notify-Simple/" arch="noarch" license="GPL-2.0 or Artistic" depends="perl" makedepends="perl-dev" checkdepends="perl-test-sharedfork" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Filesys-Notify-Simple-$pkgver.tar.gz" builddir="$srcdir/Filesys-Notify-Simple-$pkgver" build() { cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="e8c02428240687d34c7ade45a893baecdd6cfc77e4730d3fe07d2009c7ac441512c494cfd139002b7e49ae2b23cc6323da3903004262930adc89f21077960c88 Filesys-Notify-Simple-0.13.tar.gz"