summaryrefslogtreecommitdiffstats
path: root/extra/perl-uri-escape/APKBUILD
blob: 4cd3b727e7f2a3312f073ff84f61478cf51b0c5a (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-uri-escape
_realname=URI
pkgver=1.38
pkgrel=0
pkgdesc="Uniform Resource Identifiers (absolute and relative)"
url="http://search.cpan.org/~gaas/URI-1.38/"
license="GPL PerlArtistic"
depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_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/i686-linux/perllocal.pod
}

md5sums="35fba2715eb8ac56e8e30244ae69ff65  URI-1.38.tar.gz"