aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/zoneminder/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/zoneminder/APKBUILD b/testing/zoneminder/APKBUILD
index 21ca09c66e..e095df0967 100644
--- a/testing/zoneminder/APKBUILD
+++ b/testing/zoneminder/APKBUILD
@@ -4,8 +4,8 @@ pkgname=zoneminder
pkgver=1.26.4
pkgrel=0
pkgdesc="Video camera surveillance system"
-url=http://www.zoneminder.com/
-arch=all
+url="http://www.zoneminder.com/"
+arch="x86"
license=GPL-2
depends="apache2 ffmpeg libbz2 libjpeg-turbo mysql-client pcre perl
@@ -41,8 +41,9 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--with-webdir=/var/www/localhost/htdocs \
- --with-cgidir=/var/www/cgi-bin
- make
+ --with-cgidir=/var/www/cgi-bin \
+ || return 1
+ make || return 1
}
package() {