mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
removed community/motion
This commit is contained in:
parent
9e4acb4701
commit
198f3d91f1
1 changed files with 0 additions and 38 deletions
|
@ -1,38 +0,0 @@
|
|||
# $Id$
|
||||
# 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.1
|
||||
pkgrel=1
|
||||
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams"
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
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=('2074b935bdfe28f84c2c3233274b06908336778f303bb13530d4299c3f8aa4e2')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-release-${pkgver}"
|
||||
autoreconf
|
||||
./configure --prefix=/usr \
|
||||
--without-pgsql \
|
||||
--without-mysql \
|
||||
--sysconfdir=/etc \
|
||||
--with-ffmpeg \
|
||||
--with-webp \
|
||||
--without-optimizecpu
|
||||
make
|
||||
}
|
||||
|
||||
package(){
|
||||
cd "${srcdir}/${pkgname}-release-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 "motion-dist.conf" "${pkgdir}/etc/motion/motion.conf"
|
||||
install -Dm644 "motion.service" "${pkgdir}/usr/lib/systemd/system/motion.service"
|
||||
}
|
Loading…
Reference in a new issue