mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/zoneminder: update source url and checksum
This commit is contained in:
parent
7b022a072d
commit
0e28b3ffcd
@ -20,7 +20,7 @@ makedepends="bzip2-dev cmake curl-dev ffmpeg-dev gnutls-dev libgcrypt-dev
|
||||
libjpeg-turbo-dev mariadb-connector-c-dev pcre-dev perl-dev ${_php}-cli
|
||||
polkit-dev vlc-dev x264-dev gzip"
|
||||
subpackages=$pkgname-doc
|
||||
source="zoneminder-$pkgver.tar.gz::https://github.com/ZoneMinder/ZoneMinder/archive/${pkgver}.tar.gz
|
||||
source="zoneminder-$pkgver.tar.gz::https://github.com/ZoneMinder/zoneminder/archive/$pkgver.tar.gz
|
||||
crud-$_crud.tar.gz::https://github.com/FriendsOfCake/crud/archive/$_crud.tar.gz
|
||||
$pkgname.initd
|
||||
musl-fix.patch"
|
||||
@ -33,10 +33,10 @@ source="zoneminder-$pkgver.tar.gz::https://github.com/ZoneMinder/ZoneMinder/arch
|
||||
# - CVE-2017-5367
|
||||
# - CVE-2017-5368
|
||||
|
||||
_builddir=$srcdir/ZoneMinder-$pkgver
|
||||
builddir=$srcdir/zoneminder-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
|
||||
i=web/api/app/Plugin/Crud
|
||||
rmdir $i
|
||||
@ -55,7 +55,7 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DZM_CGIDIR=/usr/share/webapps/$pkgname/cgi-bin \
|
||||
@ -68,7 +68,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
local dir
|
||||
make install DESTDIR="$pkgdir"
|
||||
find "$pkgdir" -name perllocal.pod -delete
|
||||
@ -87,7 +87,7 @@ package() {
|
||||
ln -sf /usr/share/webapps/zoneminder/cgi-bin \
|
||||
"$pkgdir"/var/www/localhost/cgi-bin/zm
|
||||
}
|
||||
sha512sums="edb750c15802502418ed75bc5f479f6dcee4f4a0e73e80c207eb4bbc70c3cacdb684a017256f975c6104996a1629b38c698735f400ac37dfa7a1b9a20863dec7 zoneminder-1.30.4.tar.gz
|
||||
sha512sums="b55b2541bcaba08f89b95fdfb06b6cf3fc7b462b1f3fac2bb3fd6e8ee890735d4fac343c7625cf59b22fd25c19585900050cb5305b35aa8f6557421be09450b3 zoneminder-1.30.4.tar.gz
|
||||
f665741a1fbcca5e48ab8eddaa4686b23426aed7b22d68fdfa6c951fb6ce7dbbcfce5f1807e30a18fbc8fd4e3a8028a5687db17a070d05301d93d49f67952e44 crud-c3976f1478c681b0bbc132ec3a3e82c3984eeed5.tar.gz
|
||||
ae02daacc41e2b32ca0da5cf407c05447a5ce8e0cf035421111856511dc1075da75d9da32f8f013940c631215a62f3133860b35225bda405230b94a6b097c865 zoneminder.initd
|
||||
34a18a6db3ebc5bfba0b40894e85112ad50d0caedf4e69f23ec98dedcba03fe223d5f3dc1ad3c76269b9cb48d60464e1674e0571a52d840f95c3adeac42d601f musl-fix.patch"
|
||||
|
Loading…
Reference in New Issue
Block a user