diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-24 11:18:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-24 11:18:31 +0000 |
commit | 0e28b3ffcdf7bd0abff2e5a7304f7d2c8693389e (patch) | |
tree | cd33bb5a18495c61e3cc05c2d9fb8b368cc11132 /community/zoneminder | |
parent | 7b022a072d17e191918d67808fdf2ad71a940ccf (diff) | |
download | aports-0e28b3ffcdf7bd0abff2e5a7304f7d2c8693389e.tar.bz2 aports-0e28b3ffcdf7bd0abff2e5a7304f7d2c8693389e.tar.xz |
community/zoneminder: update source url and checksum
Diffstat (limited to 'community/zoneminder')
-rw-r--r-- | community/zoneminder/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/zoneminder/APKBUILD b/community/zoneminder/APKBUILD index d251c932fb..411c97f3a7 100644 --- a/community/zoneminder/APKBUILD +++ b/community/zoneminder/APKBUILD @@ -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" |