mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
testing/perl-dbix-introspector: new aport
Detect what database you are connected to http://search.cpan.org/dist/DBIx-Introspector/
This commit is contained in:
parent
5308e96705
commit
6ab7e53f60
1 changed files with 48 additions and 0 deletions
48
testing/perl-dbix-introspector/APKBUILD
Normal file
48
testing/perl-dbix-introspector/APKBUILD
Normal file
|
@ -0,0 +1,48 @@
|
|||
# Automatically generated by apkbuild-cpan, template 2
|
||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=perl-dbix-introspector
|
||||
_pkgreal=DBIx-Introspector
|
||||
pkgver=0.001005
|
||||
pkgrel=0
|
||||
pkgdesc="Detect what database you are connected to"
|
||||
url="http://search.cpan.org/dist/DBIx-Introspector/"
|
||||
arch="noarch"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends="perl-dbi perl-moo"
|
||||
cpanmakedepends=""
|
||||
cpancheckdepends="perl-dbd-sqlite perl-test-roo"
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
checkdepends="$cpancheckdepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgreal-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
prepare() {
|
||||
default_prepare || return 1
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
make test
|
||||
}
|
||||
|
||||
sha512sums="ab96cd189ab6a43a3479c2f62de7053310e04788f576a152f21d0425081aad8bc5202c84ff3d264adb7becd6715654719b9888063f623eb578e2a2f7f3e17eb9 DBIx-Introspector-0.001005.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue