1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00

testing/perl-test-postgresql: new aport

This commit is contained in:
Francesco Colista 2015-11-30 11:47:17 +00:00
parent 26bf78111f
commit 6d9081b4a0

View file

@ -0,0 +1,41 @@
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-test-postgresql
_pkgreal=Test-PostgreSQL
pkgver=1.06
pkgrel=0
pkgdesc="PostgreSQL runner for tests"
url="http://search.cpan.org/dist/Test-PostgreSQL/"
arch="noarch"
license="Artistic-2"
cpandepends="perl-class-accessor-lite"
cpanmakedepends="perl-test-sharedfork perl-dbd-pg perl-dbi perl-test-pod"
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/T/TJ/TJC/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
make && make test
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
md5sums="4ab088aa117cd2c2c492a4c19c8cb324 Test-PostgreSQL-1.06.tar.gz"
sha256sums="346e7b3e250a02af63c55db7239cff4e8a28aa501226936ecf0544ba4ede847b Test-PostgreSQL-1.06.tar.gz"
sha512sums="dcf9f30cf26a863e95072a9aea2112467897081493927675c4be4fbb5ed1b21f4e5d152316f9b7b41ad4fb3bd70740cd5ae9be21934b2253f17680a54948ce46 Test-PostgreSQL-1.06.tar.gz"