mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/perl-dbd-pg: take over maintainership
This commit is contained in:
parent
737533635e
commit
5b018ab93b
@ -1,12 +1,12 @@
|
|||||||
# Automatically generated by apkbuild-cpan, template 3
|
# Automatically generated by apkbuild-cpan, template 4
|
||||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
# 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
|
pkgname=perl-dbd-pg
|
||||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
|
||||||
_pkgreal=DBD-Pg
|
|
||||||
pkgver=3.18.0
|
pkgver=3.18.0
|
||||||
pkgrel=1
|
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/"
|
url="https://metacpan.org/release/DBD-Pg/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||||
@ -18,7 +18,10 @@ 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
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,7 +32,6 @@ check() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
|
Loading…
Reference in New Issue
Block a user