aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-radiusperl/APKBUILD
blob: cde96744b2c125968f08bec3d92602736a1472a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-radiusperl
_pkgreal=Authen-Radius
pkgver=0.23
pkgrel=0
pkgdesc="Perl module for RadiusPerl"
url="http://search.cpan.org/dist/RadiusPerl/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="perl-data-hexdump perl-digest-perl-md5 perl-data-dumper"
depends="$cpandepends"
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"

build() {
	cd "$_builddir"
	mkdir -p ${pkgdir}/etc/raddb
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	sed -i "s:/etc/raddb:$pkgdir/etc/raddb:" install-radius-db.PL
	make
}

package() {
	cd "$_builddir"
	mkdir -p ${pkgdir}/etc/raddb
	make DESTDIR="$pkgdir" install || return 1
	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"