summaryrefslogtreecommitdiffstats
path: root/main/perl-stream-buffered
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-26 13:26:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-26 13:26:41 +0000
commitb0c66e628c530a0f33ad88053260d799a9ccd53e (patch)
tree6775fabeb74cbf1db72aa780ea7f82b2209b8a96 /main/perl-stream-buffered
parent1609f069a759fee5a01ab4a34ef6171ad889ad84 (diff)
downloadaports-b0c66e628c530a0f33ad88053260d799a9ccd53e.tar.bz2
aports-b0c66e628c530a0f33ad88053260d799a9ccd53e.tar.xz
main/perl-stream-buffered: new aport
needed by perl-plack
Diffstat (limited to 'main/perl-stream-buffered')
-rw-r--r--main/perl-stream-buffered/APKBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/main/perl-stream-buffered/APKBUILD b/main/perl-stream-buffered/APKBUILD
new file mode 100644
index 000000000..c5495109c
--- /dev/null
+++ b/main/perl-stream-buffered/APKBUILD
@@ -0,0 +1,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
+}
+
+md5sums="63d7776365a4ffd22f15002e03781c01 Stream-Buffered-0.02.tar.gz"