diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 09:30:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 11:24:37 +0000 |
commit | 716d29866f561b553a3d3e348a5ca8ccbb502562 (patch) | |
tree | 1bee9b52215bf9ee79cbdfef2affa4d8e8cc5aa1 /community | |
parent | 7be842201d514de6644d599281da7c55010295d8 (diff) | |
download | aports-716d29866f561b553a3d3e348a5ca8ccbb502562.tar.bz2 aports-716d29866f561b553a3d3e348a5ca8ccbb502562.tar.xz |
community/perl-appconfig: moved from testing
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-appconfig/APKBUILD | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/community/perl-appconfig/APKBUILD b/community/perl-appconfig/APKBUILD new file mode 100644 index 0000000000..666da23f19 --- /dev/null +++ b/community/perl-appconfig/APKBUILD @@ -0,0 +1,37 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <francesco.colista@gmail.com> +# Maintainer: Francesco Colista <francesco.colista@gmail.com> +pkgname=perl-appconfig +_pkgreal=AppConfig +pkgver=1.66 +pkgrel=0 +pkgdesc="AppConfig is a bundle of Perl5 modules for reading configuration files and parsing command line arguments." +url="http://search.cpan.org/dist/AppConfig/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="" +cpanmakedepends="" +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/A/AB/ABW/$_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="21aa4d1bf70a49a94c2dc9293389b3a0 AppConfig-1.66.tar.gz" |