summaryrefslogtreecommitdiffstats
path: root/testing/perl-inline/APKBUILD
blob: e3d082744b052c9db8ce24ec5ee2368750f832ee (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
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer:  Leonardo Arena <rnalrd@gmail.com>
pkgname=perl-inline
_realname=Inline
pkgver=0.45
pkgrel=0
pkgdesc="Write Perl subroutines in other programming languages"
url="http://search.cpan.org/~sisyphus/Inline-0.45/"
license="Unknown"
depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/$_realname-$pkgver.tar.gz"

build() {
	cd "$srcdir/$_realname-$pkgver"

	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
	make || return 1
	make DESTDIR="$pkgdir" install
	# creates file collision among perl modules
	rm $pkgdir/usr/lib/perl5/5.10.0/x86_64-linux/perllocal.pod
}

md5sums="63140a6c911f1576fdee71ba4457610f  Inline-0.45.tar.gz"