aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-io-socket-inet6
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-09-22 22:16:21 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-09-23 02:12:01 +0200
commit249001e1f16cef7e910455cb67c5d4773e5caad9 (patch)
tree846967de3428cfcf34cc028f8a8a1dd77ceaa757 /community/perl-io-socket-inet6
parenta440dec1fa122bec99c6d624163f749edf6ed1a0 (diff)
downloadaports-249001e1f16cef7e910455cb67c5d4773e5caad9.tar.bz2
aports-249001e1f16cef7e910455cb67c5d4773e5caad9.tar.xz
community/perl-io-socket-inet6: move from testing
Diffstat (limited to 'community/perl-io-socket-inet6')
-rw-r--r--community/perl-io-socket-inet6/APKBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/community/perl-io-socket-inet6/APKBUILD b/community/perl-io-socket-inet6/APKBUILD
new file mode 100644
index 0000000000..b99aa4ad13
--- /dev/null
+++ b/community/perl-io-socket-inet6/APKBUILD
@@ -0,0 +1,39 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Timo Teräs <timo.teras@iki.fi>
+# Maintainer: Timo Teräs <timo.teras@iki.fi>
+pkgname=perl-io-socket-inet6
+_pkgreal=IO-Socket-INET6
+pkgver=2.72
+pkgrel=0
+pkgdesc="Object interface for AF_INET|AF_INET6 domain sockets"
+url="http://search.cpan.org/dist/IO-Socket-INET6/"
+arch="noarch"
+license="GPL PerlArtistic"
+depends="perl-socket6"
+makedepends="perl-dev perl-module-build"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$_pkgreal-$pkgver.tar.gz"
+builddir="$srcdir/$_pkgreal-$pkgver"
+
+prepare() {
+ default_prepare || return 1
+ cd "$builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ perl Build.PL installdirs=vendor || return 1
+}
+
+build() {
+ cd "$builddir"
+ export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
+ ./Build ### && ./Build test #no ipv6 in buildozer
+}
+
+package() {
+ cd "$builddir"
+ ./Build install destdir="$pkgdir" || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+}
+
+md5sums="510ddc1bd75a8340ca7226123fb545c1 IO-Socket-INET6-2.72.tar.gz"
+sha256sums="85e020fa179284125fc1d08e60a9022af3ec1271077fe14b133c1785cdbf1ebb IO-Socket-INET6-2.72.tar.gz"
+sha512sums="c6dc0bbcc81682d317597de26d5023de84781e4bd2af224145cc4980db7fcbc93295a7d0a80c1eaa649c6aebf4057d0b0159f47e6a6379d4b545b49305f28a37 IO-Socket-INET6-2.72.tar.gz"