mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/perl-radiusperl: modernize and add check
This commit is contained in:
parent
06c59d36b9
commit
2a76ac8b20
@ -4,7 +4,7 @@
|
||||
pkgname=perl-radiusperl
|
||||
_pkgreal=Authen-Radius
|
||||
pkgver=0.23
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Perl module for RadiusPerl"
|
||||
url="http://search.cpan.org/dist/RadiusPerl/"
|
||||
arch="noarch"
|
||||
@ -16,23 +16,26 @@ makedepends="perl-dev freeradius-dev $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/$_pkgreal-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
mkdir -p ${pkgdir}/etc/raddb
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
sed -i "s:/etc/raddb:$pkgdir/etc/raddb:" install-radius-db.PL
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
mkdir -p ${pkgdir}/etc/raddb
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
md5sums="556c5bea85f67ab83ec247a74c65e27e Authen-Radius-0.23.tar.gz"
|
||||
sha256sums="43c0f3a5bee279156de78b7fbd99f22401994ae82e1adeda09c88b5c53dd50c3 Authen-Radius-0.23.tar.gz"
|
||||
sha512sums="110dde66ebb23cea256c093e139deb51eb755c051deaf1e221be20b9a7d689b234d2033d911c30f4212f47848751793c7c33393841270e230334f8528c68f61a Authen-Radius-0.23.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user