summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHui Yiqun2017-12-07 16:22:02 +0800
committerHui Yiqun2017-12-07 16:22:19 +0800
commit7688c17056d1cc14554441e4dc1610b7a9c20a32 (patch)
treedb5384fcdb8fcf70bb77998a7b4e6d7811932599 /PKGBUILD
parent95b6ab0bf02a185bf626c0f218fe979ad7035de3 (diff)
downloadaur-7688c17056d1cc14554441e4dc1610b7a9c20a32.tar.gz
no check and no debug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8e2ad9b62b2..f0b3e6a40090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,13 @@ _pkgname=nginx
pkgname=$_pkgname-rtmp
pkgver=1.12.2
_rtmpver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='NGINX-based Media Streaming Server'
arch=(x86_64)
url='https://nginx-rtmp.blogspot.com/'
license=(custom)
depends=(pcre zlib openssl geoip mailcap)
makedepends=(mercurial)
-checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
- memcached ffmpeg inetutils)
backup=(etc/nginx/fastcgi.conf
etc/nginx/fastcgi_params
etc/nginx/koi-win
@@ -38,7 +36,6 @@ md5sums=('4d2fc76211435f029271f1cf6d7eeae3'
_common_flags=(
--with-compat
- --with-debug
--with-file-aio
--with-http_addition_module
--with-http_auth_request_module
@@ -95,11 +92,6 @@ build() {
make
}
-check() {
- cd nginx-tests
- TEST_NGINX_BINARY="$srcdir/$_pkgname-$pkgver/objs/nginx" prove .
-}
-
package() {
cd $_pkgname-$pkgver
make DESTDIR="$pkgdir" install