Skip to content
Snippets Groups Projects
Commit 5b018ab9 authored by Celeste's avatar Celeste
Browse files

main/perl-dbd-pg: take over maintainership

parent 73753363
No related branches found
No related tags found
1 merge request!66188main/perl: upgrade to 5.40.0, */*: rebuild against new libperl.so
# Automatically generated by apkbuild-cpan, template 3
# Automatically generated by apkbuild-cpan, template 4
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=perl-dbd-pg
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=DBD-Pg
pkgver=3.18.0
pkgrel=1
pkgdesc="Perl module for DBD-Pg"
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=DBD-Pg
pkgdesc="DBI PostgreSQL interface"
url="https://metacpan.org/release/DBD-Pg/"
arch="all"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
......@@ -18,7 +18,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build() {
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
}
......@@ -29,7 +32,6 @@ check() {
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="
......
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