[arch-commits] Commit in perl-dbd-pg/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 12:27:28 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:27:27
Author: bluewind
Revision: 366801
archrelease: copy trunk to community-staging-x86_64
Added:
perl-dbd-pg/repos/community-staging-x86_64/
perl-dbd-pg/repos/community-staging-x86_64/PKGBUILD
(from rev 366800, perl-dbd-pg/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: perl-dbd-pg/repos/community-staging-x86_64/PKGBUILD (from rev 366800, perl-dbd-pg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-08-01 12:27:27 UTC (rev 366801)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-dbd-pg
+pkgver=3.7.4
+pkgrel=2
+pkgdesc="Postgres Driver for DBI"
+arch=('x86_64')
+url="http://search.cpan.org/dist/DBD-Pg"
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'postgresql-libs')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz")
+sha256sums=('9ffa9c4e9d1d6b1483ec3259114b95998fd7e4a4168931c903b5ad5fd7a6783e')
+
+build() {
+ cd DBD-Pg-${pkgver}
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd DBD-Pg-${pkgver}
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list