~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/perl-archive-zip: new upstream version 1.57

Christian Kampka <christian@kampka.net>
Details
Message ID
<1459620739-28857-1-git-send-email-christian@kampka.net>
Sender timestamp
1459620739
DKIM signature
missing
Download raw message
Patch: +7 -6
---
 main/perl-archive-zip/APKBUILD | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/main/perl-archive-zip/APKBUILD b/main/perl-archive-zip/APKBUILD
index d50f0ae..4fbc104 100644
--- a/main/perl-archive-zip/APKBUILD
+++ b/main/perl-archive-zip/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:  Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-archive-zip
_realname=Archive-Zip
pkgver=1.53
pkgver=1.57
pkgrel=0
pkgdesc="Provide a perl interface to ZIP archive files."
url="http://search.cpan.org/dist/Archive-Zip/"
@@ -14,20 +14,21 @@ install=
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/$_realname-$pkgver.tar.gz"

builddir="$srcdir/$_realname-$pkgver"
build() {
	cd "$srcdir/$_realname-$pkgver"
	cd "$builddir"

	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	make || return 1
}

package() {
	cd "$srcdir/$_realname-$pkgver"
	cd "$builddir"
	make DESTDIR="$pkgdir" install
	# creates file collision among perl modules
	find "$pkgdir" -name perllocal.pod -delete
}

md5sums="0e5c69c28ebe860145fb81dda4c7ba30  Archive-Zip-1.53.tar.gz"
sha256sums="c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9  Archive-Zip-1.53.tar.gz"
sha512sums="ddf2f518e31c41b31c1ee66c1b4c09c8e964f1f458c6403b9a0f2ff6f41e54284a8995db7c0d1a8b08143f464b02a38fc0162bde9c0ad13f38e8b44a575482b3  Archive-Zip-1.53.tar.gz"
md5sums="d4ca4b60bcd3bc8c3aa67545163d2128  Archive-Zip-1.57.tar.gz"
sha256sums="4238b4df7e5f244c684dec83f75c0fa56819c01c61f9314c91f6a60fd41d3694  Archive-Zip-1.57.tar.gz"
sha512sums="accf68cb2b7171cd244b8ff92dd9d24c945856700731cede249273a5d44364f9bd1008d06472befc1af9c2d1bc70706f5ac792bede54a58d22ac882f4f3c81aa  Archive-Zip-1.57.tar.gz"
-- 
2.7.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)