~alpine/aports

[alpine-aports] [PATCH 3/3] remove duplicated: testing/perl-yaml-libyaml

Details
Message ID
<20170712120323.7396-1-valery.kartel@gmail.com>
Sender timestamp
1499861003
DKIM signature
missing
Download raw message
Patch: +0 -48
---
 testing/perl-yaml-libyaml/APKBUILD | 48 --------------------------------------
 1 file changed, 48 deletions(-)
 delete mode 100644 testing/perl-yaml-libyaml/APKBUILD

diff --git a/testing/perl-yaml-libyaml/APKBUILD b/testing/perl-yaml-libyaml/APKBUILD
deleted file mode 100644
index 0c6ec4122b..0000000000
--- a/testing/perl-yaml-libyaml/APKBUILD
@@ -1,48 +0,0 @@
# Automatically generated by apkbuild-cpan, template 2
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-yaml-libyaml
_pkgreal=YAML-LibYAML
pkgver=0.65
pkgrel=0
pkgdesc="Perl YAML Serialization using XS and libyaml"
url="http://search.cpan.org/dist/YAML-LibYAML/"
arch="all"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=""
cpancheckdepends=""
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	default_prepare || return 1

	cd "$builddir"
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$builddir"
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	make
}

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

check() {
	cd "$builddir"
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	make test
}

sha512sums="87998f9d8458476168c06e984696ac562e77f6cfc252c57a8159bb45353bacab7fa159c983275f08fcd54479d7a994feebc2568f51b564d685d99cc66ee87cf0  YAML-LibYAML-0.65.tar.gz"
-- 
2.13.2



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