1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00

testing/perl-http-server-simple: disable tests

This commit is contained in:
Leonardo Arena 2015-09-19 14:54:44 +00:00
parent 0ceed72269
commit 966a9a7e34

View file

@ -4,7 +4,7 @@
pkgname=perl-http-server-simple
_pkgreal=HTTP-Server-Simple
pkgver=0.51
pkgrel=0
pkgrel=1
pkgdesc="Lightweight HTTP server"
url="http://search.cpan.org/dist/HTTP-Server-Simple/"
arch="noarch"
@ -27,7 +27,7 @@ prepare() {
build() {
cd "$_builddir"
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
make && make test
make
}
package() {