Date: Sunday, November 29, 2020 @ 21:57:45 Author: freswa Revision: 766449
move perl-encode-imaputf7 from unsupported to community Added: perl-encode-imaputf7/ perl-encode-imaputf7/repos/ perl-encode-imaputf7/trunk/ perl-encode-imaputf7/trunk/PKGBUILD ----------+ PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Added: perl-encode-imaputf7/trunk/PKGBUILD =================================================================== --- perl-encode-imaputf7/trunk/PKGBUILD (rev 0) +++ perl-encode-imaputf7/trunk/PKGBUILD 2020-11-29 21:57:45 UTC (rev 766449) @@ -0,0 +1,35 @@ +# Maintainer: Frederik Schwan <freswa at archlinux dot org> +# Contributor: Moritz Bunkus <[email protected]> + +pkgname='perl-encode-imaputf7' +pkgver=1.05 +pkgrel=4 +pkgdesc='Modification of UTF-7 encoding for IMAP' +arch=('any') +url='http://search.cpan.org/dist/Encode-IMAPUTF7' +license=('GPL') +checkdepends=('perl-test-nowarnings') +options=('!emptydirs' purge) +source=("http://cpan.metacpan.org/authors/id/P/PM/PMAKHOLM/Encode-IMAPUTF7-${pkgver}.tar.gz") +b2sums=('8024f0029145df4ec409394eaa799612dadd65a1bc6f2e9fdad51a950a0756b73daa5da2579f22d38efd367642a9ae0f7402f6beeea02a51f84a725803849ba6') + +build() { + cd Encode-IMAPUTF7-${pkgver} + 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 Encode-IMAPUTF7-${pkgver} + unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT + export PERL_MM_USE_DEFAULT=1 + make test +} + +package() { + cd Encode-IMAPUTF7-${pkgver} + unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT + make install INSTALLDIRS=vendor DESTDIR="${pkgdir}" +}
