blob: 2457e0a2ded84aec475bfcfdb28d1c406a398ba9 (
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
39
40
41
|
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-data-optlist
_pkgreal=Data-OptList
pkgver=0.108
pkgrel=0
pkgdesc="parse and validate simple name/value option pairs"
url="http://search.cpan.org/dist/Data-OptList/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends="perl-sub-install perl-params-util perl-test-pod"
cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
make && make test
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
md5sums="f5c2d27987c1ec4b89b2702698881579 Data-OptList-0.108.tar.gz"
sha256sums="b4c7542803a644aff7c52abc50cdae1806cbc24fb7a8f98c38a518adaddaf28e Data-OptList-0.108.tar.gz"
sha512sums="a0ce39073a870d71c750d17dca1edbae0fbd79bf30880c832240cd912bfef0b824dc3178e1f9482a750d3a3f223fcc7945c881e650734d61d2d2107126166561 Data-OptList-0.108.tar.gz"
|