mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/perl-compress-raw-bzip2: new aport
This commit is contained in:
parent
4e19109dfe
commit
ccbc5b750f
32
main/perl-compress-raw-bzip2/APKBUILD
Normal file
32
main/perl-compress-raw-bzip2/APKBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# Contributor: Leonardo Arena <rnalrd@gmail.com>
|
||||
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
|
||||
pkgname=perl-compress-raw-bzip2
|
||||
_realname=Compress-Raw-Bzip2
|
||||
pkgver=2.024
|
||||
pkgrel=0
|
||||
pkgdesc="Perl low-level interface to bzip2 compression library"
|
||||
url="http://search.cpan.org/~pmqs/Compress-Raw-Bzip2-2.024/"
|
||||
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="b95582de2ed635e7f44de302accc879a Compress-Raw-Bzip2-2.024.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user