Skip to content

Commit

Permalink
removing mysql from motion-noffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
xenoxaos committed Apr 3, 2012
1 parent eeb38d7 commit 14ea091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alarm/motion-noffmpeg/PKGBUILD
@@ -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"
Expand All @@ -33,6 +32,7 @@ build() {
./configure --prefix=/usr \
--without-pgsql \
--without-ffmpeg \
--without-mysql \
--sysconfdir=/etc/motion
make
}
Expand Down

0 comments on commit 14ea091

Please sign in to comment.