diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 14:36:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 14:39:07 +0000 |
commit | f6c8c66701bdc542f8ad4a20c2227140cd826624 (patch) | |
tree | e794fe39dc0201fcbb6532b7b24daf594fa34e31 /community/perl-unicode-normalize/APKBUILD | |
parent | 57815c7e9c9b62570900d80f3c9f97684682df79 (diff) | |
download | aports-f6c8c66701bdc542f8ad4a20c2227140cd826624.tar.bz2 aports-f6c8c66701bdc542f8ad4a20c2227140cd826624.tar.xz |
community/perl-unicode-normalize: moved from testing
Diffstat (limited to 'community/perl-unicode-normalize/APKBUILD')
-rw-r--r-- | community/perl-unicode-normalize/APKBUILD | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/community/perl-unicode-normalize/APKBUILD b/community/perl-unicode-normalize/APKBUILD new file mode 100644 index 0000000000..b2e28ff3b2 --- /dev/null +++ b/community/perl-unicode-normalize/APKBUILD @@ -0,0 +1,42 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <fcolista@alpinelinux.org> +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> +pkgname=perl-unicode-normalize +_pkgreal=Unicode-Normalize +pkgver=1.25 +pkgrel=1 +pkgdesc="Unicode Normalization Forms" +url="http://search.cpan.org/dist/Unicode-Normalize/" +arch="all" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/K/KH/KHW/$_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 && make test +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install || return 1 + find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete +} + +md5sums="8f25327bbccc33717b7d85433e1083bd Unicode-Normalize-1.25.tar.gz" +sha256sums="00b33a75d3b356ade2e09391ea2d32fac881671c18b1eb26b9ca31273d5b046c Unicode-Normalize-1.25.tar.gz" +sha512sums="f28c19e0293cf75cc0aab669ae0a0543f6a1a39e1e50ff32ab37abd8e85efc73e8b9075e581212b6da576ecbf8c0e9ddb7b9b352674aa3a04c77f9aaf4717866 Unicode-Normalize-1.25.tar.gz" |