Skip to content
Snippets Groups Projects
Commit 93c1bb7b authored by Celeste's avatar Celeste Committed by omni
Browse files

community/perl-crypt-des_ede3: upgrade to 0.03

parent c5147447
No related branches found
No related tags found
1 merge request!73925community/perl-crypt-des_ede3: upgrade to 0.03
Pipeline #267433 skipped
# Automatically generated by apkbuild-cpan, template 2 # Automatically generated by apkbuild-cpan, template 4
# Contributor: Timothy Legge <timlegge@gmail.com> # Contributor: Timothy Legge <timlegge@gmail.com>
# Maintainer: Timothy Legge <timlegge@gmail.com> # Maintainer: Timothy Legge <timlegge@gmail.com>
pkgname=perl-crypt-des_ede3 pkgname=perl-crypt-des_ede3
pkgver=0.03
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Crypt-DES_EDE3 _pkgreal=Crypt-DES_EDE3
pkgver=0.01 pkgdesc="Triple-DES EDE encryption/decryption"
pkgrel=3
pkgdesc="Perl module for Crypt-DES_EDE3"
url="https://metacpan.org/release/Crypt-DES_EDE3/" url="https://metacpan.org/release/Crypt-DES_EDE3/"
arch="noarch" arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl" license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl perl-crypt-des" depends="perl perl-crypt-des"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-$pkgver.tar.gz" source="https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/Crypt-DES_EDE3-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver" builddir="$srcdir/$_pkgreal-$pkgver"
build() { build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL \
INSTALLDIRS=vendor \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make make
} }
...@@ -27,7 +31,8 @@ check() { ...@@ -27,7 +31,8 @@ check() {
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
} }
sha512sums="96a643c5b9128dc34ee93fd5bcad5d2c56c5111a2c40843a7ea352bd62f1430dafc399d9c7e9809c1ba34dddc5e63d731370ae7c8d555b053f55d3de7f7cb7c8 Crypt-DES_EDE3-0.01.tar.gz" sha512sums="
0e50f438afaa2e023b695248c302acb2c34df892c780e11a236adc48462138617143e8988da13f2f21d09eec34f984c7169ec6340927197f912d785c8411cb2e Crypt-DES_EDE3-0.03.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment