# Contributor: Leonardo Arena # Maintainer: Leonardo Arena pkgname=perl-compress-raw-bzip2 _realname=Compress-Raw-Bzip2 pkgver=2.035 pkgrel=3 pkgdesc="Perl low-level interface to bzip2 compression library" url="http://search.cpan.org/~pmqs/Compress-Raw-Bzip2-2.024/" arch="all" license="GPL PerlArtistic" depends="perl" makedepends="perl-dev" install= subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/${_realname}-${pkgver}.tar.gz" _builddir="$srcdir/$_realname-$pkgver" build() { cd $_builddir PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 #PERL_MM_USE_DEFAULT=1 perl Makefile.PL || return 1 make || return 1 } package() { cd $_builddir make DESTDIR="$pkgdir" install # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete } md5sums="573c84ca4c7f8b3dd42bdea7a7bc5c6a Compress-Raw-Bzip2-2.035.tar.gz"