Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / motion / motion_3.2.11.bb
1 DESCRIPTION = "Motion - a motion detection program"
2 HOMEPAGE = "http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
3 AUTHOR = "Kenneth Lavrsen motion-user@lists.sourceforge.net"
4 PRIORITY = "optional"
5 LICENSE = "GPL"
6 DEPENDS = "jpeg ffmpeg mysql postgresql"
7
8 RSUGGESTS = "mysql-client postgresql-client"
9
10 PR = "r0"
11
12 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
13
14 inherit autotools
15
16 EXTRA_OECONF = " --with-ffmpeg=${STAGING_LIBDIR} \
17                  --with-mysql-lib=${STAGING_LIBDIR} \
18                  --with-mysql-include=${STAGING_INCDIR}/mysql \
19                  --with-pgsql-lib=${STAGING_LIBDIR} \
20                  --with-pgsql-include=${STAGING_INCDIR} "