mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/perl-socket6/perl-socket6: removed
This commit is contained in:
parent
fec51d2769
commit
96a975287c
@ -1,34 +0,0 @@
|
|||||||
# Maintainer: Jeff Bilyk <jbilyk@gmail.com>
|
|
||||||
pkgname=perl-socket6
|
|
||||||
_pkgreal=Socket6
|
|
||||||
pkgver=0.23
|
|
||||||
pkgrel=0
|
|
||||||
pkgdesc="unknown"
|
|
||||||
url="http://search.cpan.org/dist/Socket6/"
|
|
||||||
arch="all"
|
|
||||||
license="GPL PerlArtistic"
|
|
||||||
cpandepends=""
|
|
||||||
cpanmakedepends=""
|
|
||||||
depends="$cpandepends"
|
|
||||||
makedepends="perl-dev $cpanmakedepends"
|
|
||||||
source="http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/$_pkgreal-$pkgver.tar.gz"
|
|
||||||
|
|
||||||
_builddir="$srcdir/$_pkgreal-$pkgver"
|
|
||||||
|
|
||||||
prepare() {
|
|
||||||
cd "$_builddir"
|
|
||||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "$_builddir"
|
|
||||||
make && make test
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd "$_builddir"
|
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
|
||||||
}
|
|
||||||
|
|
||||||
md5sums="2c02adb13c449d48d232bb704ddbd492 Socket6-0.23.tar.gz"
|
|
Loading…
Reference in New Issue
Block a user