Skip to content
Snippets Groups Projects
Commit 49cd1d0f authored by Kiyoshi Aman's avatar Kiyoshi Aman
Browse files

perl-socket6: new apkbuild

parent 27ae9018
No related branches found
No related tags found
No related merge requests found
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman@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"
subpackages=""
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment