aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2020-02-25 23:51:52 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-02-27 00:03:26 +0000
commit7e1e2d037c50f08c02422b2233d48405e999dca6 (patch)
treed4d2834378b14bdd0a2089248fc4a7573bc81b0f /testing
parentfc98dfbc53abfb83ded1f230cf0650fdcb764a06 (diff)
downloadaports-7e1e2d037c50f08c02422b2233d48405e999dca6.tar.bz2
aports-7e1e2d037c50f08c02422b2233d48405e999dca6.tar.xz
community/perl-locale-msgfmt: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-locale-msgfmt/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/perl-locale-msgfmt/APKBUILD b/testing/perl-locale-msgfmt/APKBUILD
deleted file mode 100644
index 738c7351a9..0000000000
--- a/testing/perl-locale-msgfmt/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 2
-# Contributor: Timothy Legge <timlegge@gmail.com>
-# Maintainer: Timothy Legge <timlegge@gmail.com>
-pkgname=perl-locale-msgfmt
-_pkgreal=Locale-Msgfmt
-pkgver=0.15
-pkgrel=0
-pkgdesc="Compile .po files to .mo files"
-url="https://metacpan.org/release/Locale-Msgfmt/"
-arch="noarch"
-license="GPL-1.0-or-later Artistic-1.0-Perl"
-makedepends="perl-dev"
-subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/A/AZ/AZAWAWI/Locale-Msgfmt-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgreal-$pkgver"
-
-build() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
- make test
-}
-
-package() {
- make DESTDIR="$pkgdir" install
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-sha512sums="4de0462c6c420f4d4026acd78838db72e997119688f758183cd182bf3595f4f732152193df995bb546e1dc8ddd5f7f509702c40fcab9d562ffe7876a571539c4 Locale-Msgfmt-0.15.tar.gz"