blob: db1b58a2c99d803138d015508d5196698aed4213 (
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: Nick Andrew <nick@nick-andrew.net>
# Maintainer: Nick Andrew <nick@nick-andrew.net>
pkgname=perl-uri-encode-xs
_pkgreal=URI-Encode-XS
pkgver=0.09
pkgrel=0
pkgdesc="a Perl URI encoder/decoder using C"
url="http://search.cpan.org/dist/URI-Encode-XS/"
arch="all"
license="freebsd"
cpandepends=""
cpanmakedepends=" "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/D/DF/DFARRELL/$_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="f69fed801e7f5151dbbeefc5595a6a75 URI-Encode-XS-0.09.tar.gz"
sha256sums="2770fe4d947d5947f0e6ffe90fe13de0357e0c9205418ab72a85148b12bf4511 URI-Encode-XS-0.09.tar.gz"
sha512sums="e96c554af5faaa53326b0f583e09deb46fc0c4853a9b154709b32863767001e066e5625f25dc841736f6cce50d59a963d138838418b020acf351f0a08aa058aa URI-Encode-XS-0.09.tar.gz"
|