diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-10-12 04:51:23 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-10-12 04:51:23 +0000 |
commit | 2da766c0b6766eddf0ed76e420435943b16cf2d9 (patch) | |
tree | 3b41eb78b00caa9bd74cc4e5974ca9609f6efc58 /packages/motion/motion_3.2.11.bb | |
parent | 716aa3f4e19b7d30d03aefd86336b132242f50b1 (diff) |
motion: bump to 3.2.11 close bug# 4709
Diffstat (limited to 'packages/motion/motion_3.2.11.bb')
-rw-r--r-- | packages/motion/motion_3.2.11.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/motion/motion_3.2.11.bb b/packages/motion/motion_3.2.11.bb new file mode 100644 index 0000000000..dc7c0ecdbb --- /dev/null +++ b/packages/motion/motion_3.2.11.bb @@ -0,0 +1,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} " |