mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
removing mysql from motion-noffmpeg
This commit is contained in:
parent
eeb38d7379
commit
14ea091057
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,14 @@
|
|||
# $Id$
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
plugrel=2
|
||||
plugrel=3
|
||||
_pkgbase='motion'
|
||||
pkgname=motion-noffmpeg
|
||||
pkgver=3.2.12
|
||||
provides=('motion')
|
||||
replaces=('motion')
|
||||
conflicts=('motion')
|
||||
makedepends=('libmysqlclient')
|
||||
pkgrel=3
|
||||
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams, built with MySQL support, without FFMPEG, and requires fewer dependencies (~47MB -> ~3MB) "
|
||||
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams, built without FFMPEG, and requires fewer dependencies (~47MB -> ~3MB) "
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
|
||||
|
@ -33,6 +32,7 @@ build() {
|
|||
./configure --prefix=/usr \
|
||||
--without-pgsql \
|
||||
--without-ffmpeg \
|
||||
--without-mysql \
|
||||
--sysconfdir=/etc/motion
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue