summaryrefslogtreecommitdiffstats
path: root/main/perl-symbol-global-name/APKBUILD
blob: 05645536a9112dbadaaf782c4d8ccb76614829b8 (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: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-symbol-global-name
_pkgreal=Symbol-Global-Name
pkgver=0.04
pkgrel=0
pkgdesc="finds name and type of a global variable"
url="http://search.cpan.org/dist/Symbol-Global-Name/"
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/AL/ALEXMV/$_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="102e5e9ef292c546192036165101518b  Symbol-Global-Name-0.04.tar.gz"
sha256sums="252c9ada77dbe49a247ccb2cae3e7af91b6368027c13af12e8fad2c0c3bf093a  Symbol-Global-Name-0.04.tar.gz"
sha512sums="fa8aca8513eea45024afbbf0e0712502b27794005185332b3d290fa8a409d716b5691eb418dac7eb6074269fe242de8e28b44bdd3858e5e21c94425deb0b15dd  Symbol-Global-Name-0.04.tar.gz"