mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
testing/perl-net-netmask: modernize and add check
This commit is contained in:
parent
b7db7261ab
commit
21293a9abc
1 changed files with 11 additions and 9 deletions
|
@ -3,31 +3,33 @@
|
|||
pkgname=perl-net-netmask
|
||||
_realname=Net-Netmask
|
||||
pkgver=1.9022
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Perl extension to parse, manipulate, and lookup IP network blocks"
|
||||
url="http://search.cpan.org/~muir/Net-Netmask-1.9016/"
|
||||
arch="noarch"
|
||||
license="PerlArtistic"
|
||||
depends="perl"
|
||||
depends_dev=""
|
||||
makedepends="perl-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/$_realname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_realname-$pkgver
|
||||
|
||||
builddir="$srcdir/$_realname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
|
||||
make || return 1
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
md5sums="67cee41e2214bd0934ff96944b29130c Net-Netmask-1.9022.tar.gz"
|
||||
sha256sums="07099c1ff4de752e6f5420b32de12e4338b05bbb252e53c782b740173ba31533 Net-Netmask-1.9022.tar.gz"
|
||||
sha512sums="85778356c0eb5047a1f8ce9883fe61dec4f54180571eefff0d08a723f6f8f828b5c6a52015de751bc13fc340275a5bc220668a37086bc4a62f164ed93f6e087f Net-Netmask-1.9022.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue