upgpkg: adguardhome 1:0.107.43-1

upgpkg: alhp-keyring 20230504-4
upgpkg: alhp-mirrorlist 20230831-1
upgpkg: antidot 0.6.3-1
upgpkg: asus-numpad 0.4.1-6
upgpkg: coreapps-meta 1-1
upgpkg: eggdrop 1.9.3-1
upgpkg: hide-client 0.9.8-2
upgpkg: jellyfin-mpv-shim 2.6.0-1
upgpkg: mmdbinspect 0.1.1-1
upgpkg: motion-git 4.4.0.r44.db94a89-1
upgpkg: motionplus 0.1.1-4
upgpkg: mpv-shim-default-shaders 2.1.0-1
upgpkg: perl-filehandle-unget 0.1634-2
upgpkg: perl-mail-mbox-messageparser 1.5111-1
upgpkg: perl-net-ftpssl 0.42-1
upgpkg: pyfan 1.6.1-1
upgpkg: python-derpconf 0.8.4-1
upgpkg: python-jellyfin-apiclient 1.9.2-1
upgpkg: python-libthumbor 2.0.2-2
upgpkg: python-mpv-jsonipc 1.2.0-1
upgpkg: python-preggy 1.4.4-1
upgpkg: python-pyssim 0.6-1
upgpkg: python-pystray 0.19.5-1
upgpkg: python-simple-pid 1.0.1-1
upgpkg: python-socketfromfd 0.2.0-1
upgpkg: rvpk 1.1.0-1
upgpkg: thumbor 7.7.3-1
upgpkg: unvpk-git r108.1f1f44f-1
upgpkg: victoriametrics 1.93.5-1

syntax changes
This commit is contained in:
2024-01-13 16:00:20 +01:00
parent 5813ed043f
commit bc6739b9d1
36 changed files with 355 additions and 327 deletions

View File

@@ -1,42 +1,40 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
pkgname='perl-mail-mbox-messageparser'
pkgver='1.5111'
pkgrel='1'
pkgname=perl-mail-mbox-messageparser
pkgver=1.5111
pkgrel=1
pkgdesc="A fast and simple mbox folder reader"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-filehandle-unget')
checkdepends=('perl-test-compile' 'perl-text-diff' 'perl-test-pod' 'perl-test-pod-coverage')
url='http://search.cpan.org/dist/Mail-Mbox-MessageParser'
source=('http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/Mail-Mbox-MessageParser-1.5111.tar.gz')
arch=(any)
license=(PerlArtistic GPL)
options=(!emptydirs)
depends=(perl-filehandle-unget)
checkdepends=(perl-test-compile perl-text-diff perl-test-pod perl-test-pod-coverage)
url="http://search.cpan.org/dist/Mail-Mbox-MessageParser"
source=("http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/Mail-Mbox-MessageParser-1.5111.tar.gz")
sha512sums=('c0b0c4066da3be2d8b669eed1a527309aefbbedf08531cd8eb524db37319532df75719784a557929adc409fc680a384d731f8b06768020a18855e34f392d6d0f')
_distdir="Mail-Mbox-MessageParser-1.5111"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
PERL_AUTOINSTALL=--skipdeps \
PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
MODULEBUILDRC=/dev/null
cd "$srcdir/$_distdir"
/usr/bin/perl Makefile.PL
make
)
cd "$srcdir/$_distdir"
unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
/usr/bin/perl Makefile.PL
make
}
check() {
cd "$srcdir/$_distdir"
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
make test
)
unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1
make test
}
package() {
cd "$srcdir/$_distdir"
make install
unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}
}
# vim:set ts=2 sw=2 et: