aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-stream-buffered/APKBUILD
blob: 9a408fc71534323b63141531a0440963f9fc1d44 (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
# Automatically generated by apkbuild-cpan, template 1
# Contributor: 
# Maintainer: 
pkgname=perl-stream-buffered
_pkgreal=Stream-Buffered
pkgver=0.02
pkgrel=0
pkgdesc="temporary buffer to save bytes"
url="http://search.cpan.org/dist/Stream-Buffered/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/D/DO/DOY/$_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
}

sha512sums="44b374982a6f55ca8b08fa3029bb6bf28d1b892cd846f77da5c8bbbf1d9d1957d71681eb62b12874cf6bae94d5ebed92954ac2f8a5ce0aaacc2e833f4094bd16  Stream-Buffered-0.02.tar.gz"