mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/motion to 4.1.1-1
This commit is contained in:
parent
2e4394e26a
commit
2e880f08bc
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
# $Id$
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Maintainer:
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure with --without-optimizecpu to avoid overrides to our CFLAGS
|
||||
|
||||
pkgname=motion
|
||||
pkgver=4.1
|
||||
pkgver=4.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams"
|
||||
arch=('x86_64')
|
||||
|
@ -14,7 +15,7 @@ url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome"
|
|||
depends=('sqlite' 'ffmpeg')
|
||||
backup=('etc/motion/motion.conf')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz")
|
||||
sha256sums=('277029c80df0d37deefbbea6d15c66a9067d9166fe8f76eb5f90aa6e97aa9741')
|
||||
sha256sums=('2074b935bdfe28f84c2c3233274b06908336778f303bb13530d4299c3f8aa4e2')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-release-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue