aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-couchbase/APKBUILD
blob: 37e1b23ac083c0d838696e9384aceafc4a2888aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Nathan Johnson <nathan@nathanjohnson.info>
# Maintainer: Nathan Johnson <nathan@nathanjohnson.info>
pkgname=perl-couchbase
_pkgreal=Couchbase
pkgver=2.0.3
pkgrel=2
pkgdesc="Couchbase Client Library"
url="http://search.cpan.org/dist/Couchbase/"
arch="all"
license="GPL PerlArtistic"
cpandepends="perl-constant-generate perl-uri perl-class-xsaccessor perl-json-maybexs"
cpanmakedepends="  perl-log-fu perl-test-class perl-dir-self "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends libcouchbase-dev"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/M/MN/MNUNBERG/$_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="604f95c7a73a73b53b0ff5b24ddce0e4  Couchbase-2.0.3.tar.gz"
sha256sums="62e8dd3d2ce70d0324ab657bb5c31e51c227105fd4bcf4355daea794f20fa6b8  Couchbase-2.0.3.tar.gz"
sha512sums="5d4fd37c828f8ddfa918ac30f50570b25fa6393fbb1b44527bc10a49e02fcc2a3a3fff4f687c33245bf5504fbc7392920f43b61946212ef27ec05e6c06f4e888  Couchbase-2.0.3.tar.gz"