diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-02-25 03:22:41 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-02-25 03:22:41 +0000 |
commit | 4d24a5becc3b0a86fc6c0027c43eddc812f169f4 (patch) | |
tree | b449b57cc748d728b81881c3a0dbc6b4595b3ec6 /packages/motion/motion_3.2.9.bb | |
parent | a5a529f7e8855b28ac80a0854ebde5efd13afe6d (diff) |
motion: fix build, upgrade to 3.2.9, oebug 3286
Diffstat (limited to 'packages/motion/motion_3.2.9.bb')
-rw-r--r-- | packages/motion/motion_3.2.9.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/motion/motion_3.2.9.bb b/packages/motion/motion_3.2.9.bb new file mode 100644 index 0000000000..1010e7f046 --- /dev/null +++ b/packages/motion/motion_3.2.9.bb @@ -0,0 +1,19 @@ +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=${STAGING_DIR} " |