diff options
Diffstat (limited to 'user/perl-dbd-pg/APKBUILD')
-rw-r--r-- | user/perl-dbd-pg/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/user/perl-dbd-pg/APKBUILD b/user/perl-dbd-pg/APKBUILD index 770a052a2..d4e6d7207 100644 --- a/user/perl-dbd-pg/APKBUILD +++ b/user/perl-dbd-pg/APKBUILD @@ -1,6 +1,10 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-dbd-pg +_pkgreal=DBD-Pg +_author=TURNSTEP +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=3.10.0 pkgrel=0 pkgdesc="PostgreSQL interface for Perl DBI" @@ -12,11 +16,11 @@ depends="perl-dbi" makedepends="perl-dev postgresql-dev" checkdepends="cmd:locale postgresql" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-$pkgver.tar.gz +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz fix-tests.patch ppc32.patch " -builddir="$srcdir/DBD-Pg-$pkgver" +builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor |