aboutsummaryrefslogtreecommitdiffstats
path: root/packages/motion/motion_3.2.11.bb
blob: dc7c0ecdbbef2fc8863cff367a7ebd65902c860e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Motion - a motion detection program"
HOMEPAGE = "http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
AUTHOR = "Kenneth Lavrsen motion-user@lists.sourceforge.net"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "jpeg ffmpeg mysql postgresql"

RSUGGESTS = "mysql-client postgresql-client"

PR = "r0"

SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"

inherit autotools

EXTRA_OECONF = " --with-ffmpeg=${STAGING_LIBDIR} \
                 --with-mysql-lib=${STAGING_LIBDIR} \
                 --with-mysql-include=${STAGING_INCDIR}/mysql \
                 --with-pgsql-lib=${STAGING_LIBDIR} \
                 --with-pgsql-include=${STAGING_INCDIR} "