mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/perl-lingua-en-inflect: upgrade to 1.903
This commit is contained in:
parent
285d79b508
commit
bd6f950985
@ -3,7 +3,7 @@
|
|||||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||||
pkgname=perl-lingua-en-inflect
|
pkgname=perl-lingua-en-inflect
|
||||||
_pkgreal=Lingua-EN-Inflect
|
_pkgreal=Lingua-EN-Inflect
|
||||||
pkgver=1.902
|
pkgver=1.903
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Convert singular to plural. Select "a" or "an"."
|
pkgdesc="Convert singular to plural. Select "a" or "an"."
|
||||||
url="http://search.cpan.org/dist/Lingua-EN-Inflect/"
|
url="http://search.cpan.org/dist/Lingua-EN-Inflect/"
|
||||||
@ -20,7 +20,7 @@ source="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/$_pkgreal-$pkgver.ta
|
|||||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare || return 1
|
default_prepare
|
||||||
|
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||||
@ -35,7 +35,7 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
make DESTDIR="$pkgdir" install
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -45,4 +45,4 @@ check() {
|
|||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="8fb64f67312ca09fe763a266b196c47e98e5c5f1b4ff76a41bac0d422be3b0405c155f46bc04dd134adcdc3c38a93e2b0cf69fea3acde6d111dbafac0247c39e Lingua-EN-Inflect-1.902.tar.gz"
|
sha512sums="2f629e1dd9eddba123423c95531907a7c0a7eb0bc99ee425ea2c3cdb4059af0e78625c45392eb65780c8b06da8eec790e242d51912c87a15bcf5d466d68549ce Lingua-EN-Inflect-1.903.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user