~alpine/aports

testing/perl-par-packer: new aport v2 PROPOSED

Stuart Cardall: 1
 testing/perl-par-packer: new aport

 1 files changed, 34 insertions(+), 0 deletions(-)
PAR::Filter::PodStrip is part of the perl-par-packer module itself:

http://search.cpan.org/~rschupp/PAR-Packer-1.028/lib/PAR/Filter/PodStrip.pm
<http://search.cpan.org/%7Erschupp/PAR-Packer-1.028/lib/PAR/Filter/PodStrip.pm>

In your build environment PodStrip.pm does not get copied in the build process. In my build environment without any Perl at all it is copied after MYMETA.json is written:

http://pastebin.com/raw/3Ni7TFbP

Stuart.


On 16/12/15 13:45, Natanael Copa wrote:
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1395/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH v2] testing/perl-par-packer: new aport Export this patch

---
This should have built ok before if perl-par && perl-par-dist were available.

Adds 2 extra $makedepends
 testing/perl-par-packer/APKBUILD | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 testing/perl-par-packer/APKBUILD

diff --git a/testing/perl-par-packer/APKBUILD b/testing/perl-par-packer/APKBUILD
new file mode 100644
index 0000000..affb574
--- /dev/null
+++ b/testing/perl-par-packer/APKBUILD
@@ -0,0 +1,34 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=perl-par-packer
pkgver=1.028
_realname=PAR-Packer-$pkgver
pkgrel=0
pkgdesc="App::Packer::Backend interface, for generating stand-alone executables, perl scripts and PAR files"
url="http://search.cpan.org/dist/Par-Packer/"
arch="all"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends perl-archive-zip perl-par perl-par-dist perl-module-scandeps perl-getopt-argvfile"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/$_realname.tar.gz"

_builddir="$srcdir"/$_realname

build() {
	cd "$_builddir"
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

md5sums="8fe37f242f6633558266b3575c5e200e  PAR-Packer-1.028.tar.gz"
sha256sums="a6276a88910eefeac08aa7c3afeea9005495ea0cc2230818df513ecec756473e  PAR-Packer-1.028.tar.gz"
sha512sums="245de0f5fcef082e21c39bd8e0ba1e77259a3ea80f29fe56613f5b97575e1c097b45662c163e15522ab7c5c74b8ad0204d6544a2d17258450738c8ef81e790a8  PAR-Packer-1.028.tar.gz"
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---