mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
testing/perl-http-lite: new aport
http://search.cpan.org/dist/HTTP-Lite/
This commit is contained in:
parent
fee4ae2e7f
commit
ee1e8bec24
1 changed files with 48 additions and 0 deletions
48
testing/perl-http-lite/APKBUILD
Normal file
48
testing/perl-http-lite/APKBUILD
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
# Automatically generated by apkbuild-cpan, template 2
|
||||||
|
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||||
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||||
|
pkgname=perl-http-lite
|
||||||
|
_pkgreal=HTTP-Lite
|
||||||
|
pkgver=2.44
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="Lightweight HTTP implementation"
|
||||||
|
url="http://search.cpan.org/dist/HTTP-Lite/"
|
||||||
|
arch="noarch"
|
||||||
|
license="GPL PerlArtistic"
|
||||||
|
cpandepends=""
|
||||||
|
cpanmakedepends=""
|
||||||
|
cpancheckdepends=""
|
||||||
|
depends="$cpandepends"
|
||||||
|
makedepends="perl-dev $cpanmakedepends"
|
||||||
|
checkdepends="$cpancheckdepends"
|
||||||
|
subpackages="$pkgname-doc"
|
||||||
|
source="http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/$_pkgreal-$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare || return 1
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$builddir"
|
||||||
|
make DESTDIR="$pkgdir" install || return 1
|
||||||
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="a30dbcdd3af404117f626502e3c591e073bbf9f113b137e6be0f2fca44948c04c1816064091f1a8bed4bfc1635efb02e57a1830f1f577eadc748b6b08e4e5e0f HTTP-Lite-2.44.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue