mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/perl-text-bibtex: upgrade to 0.85
This commit is contained in:
parent
aec19a59ca
commit
06e67fda5a
@ -3,8 +3,8 @@
|
|||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
pkgname=perl-text-bibtex
|
pkgname=perl-text-bibtex
|
||||||
_pkgreal=Text-BibTeX
|
_pkgreal=Text-BibTeX
|
||||||
pkgver=0.78
|
pkgver=0.85
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Perl module for Text-BibTeX"
|
pkgdesc="Perl module for Text-BibTeX"
|
||||||
url="http://search.cpan.org/dist/Text-BibTeX/"
|
url="http://search.cpan.org/dist/Text-BibTeX/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -19,13 +19,8 @@ builddir="$srcdir/$_pkgreal-$pkgver"
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
if [ -e Build.PL ]; then
|
perl Build.PL installdirs=vendor
|
||||||
perl Build.PL installdirs=vendor || return 1
|
|
||||||
else
|
|
||||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -45,4 +40,4 @@ package() {
|
|||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="b888e2273db40a104a1206462b172587140389aa69eb725db589f137a532b87958182bf31734f873bc5f1dec2f6bedc6ed93c0e40ed82c014a0aff3f573242b5 Text-BibTeX-0.78.tar.gz"
|
sha512sums="e9ed337bde11b26626fc43c03bead2be54c0724194e19b4f543923634533220bbd68588f6349892eba0e6df6d305a51350fe82cfcb6cd24ea154284e4819b841 Text-BibTeX-0.85.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user