mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/perl-crypt-des: take over maintainership
This commit is contained in:
parent
8b89bc5d64
commit
31cf77d105
@ -1,12 +1,16 @@
|
||||
# Maintainer: Jeff Bilyk <jbilyk@gmail.com>
|
||||
# Automatically generated by apkbuild-cpan, template 4
|
||||
# Contributor: Jeff Bilyk <jbilyk@gmail.com>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=perl-crypt-des
|
||||
_pkgreal=Crypt-DES
|
||||
pkgver=2.07
|
||||
pkgrel=15
|
||||
pkgrel=16
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=Crypt-DES
|
||||
pkgdesc="Perl DES encryption module"
|
||||
url="https://metacpan.org/release/Crypt-DES/"
|
||||
arch="all"
|
||||
license="Artistic-1.0-Perl OR GPL-1.0-or-later"
|
||||
license="BSD-Systemics"
|
||||
depends="perl"
|
||||
makedepends="perl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/D/DP/DPARIS/Crypt-DES-$pkgver.tar.gz
|
||||
@ -16,7 +20,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
build() {
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL \
|
||||
INSTALLDIRS=vendor \
|
||||
NO_PACKLIST=1 \
|
||||
NO_PERLLOCAL=1
|
||||
make
|
||||
}
|
||||
|
||||
@ -27,7 +34,6 @@ check() {
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
Loading…
Reference in New Issue
Block a user