diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-22 13:08:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-22 13:08:45 +0000 |
commit | 01e2e65a523bdf7ed4496517658c0dd482b4f148 (patch) | |
tree | 173bff834b8acc1e615524af9fb0bde5fc4df23d /community | |
parent | 441baf540a8f79afaa2ed06968854e027510c43a (diff) | |
download | aports-01e2e65a523bdf7ed4496517658c0dd482b4f148.tar.bz2 aports-01e2e65a523bdf7ed4496517658c0dd482b4f148.tar.xz |
main/perl-io-socket-inet6: move from community due to amavisd-new
needed by amavisd-new
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-io-socket-inet6/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/community/perl-io-socket-inet6/APKBUILD b/community/perl-io-socket-inet6/APKBUILD deleted file mode 100644 index b99aa4ad13..0000000000 --- a/community/perl-io-socket-inet6/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# 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" |