diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:10:52 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:10:52 +0200 |
| commit | 681a668edf704bbb000a49c835b3d71fa7035d86 (patch) | |
| tree | 27df7d51e37260f63812466b31369c1a144cdc45 /package/motion/Makefile | |
| parent | 2d1f73d4334593134d3a47704a2614ffcae384ae (diff) | |
| parent | 6c2bc15eb5c40548f6a98c37ab0b825b9c163343 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/motion/Makefile')
| -rw-r--r-- | package/motion/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/package/motion/Makefile b/package/motion/Makefile index 605e61b55..a31fe129e 100644 --- a/package/motion/Makefile +++ b/package/motion/Makefile @@ -4,9 +4,10 @@ include ${TOPDIR}/rules.mk PKG_NAME:= motion -PKG_VERSION:= 3.2.12 +# actually a svn version from 18.09.2011 checkout +PKG_VERSION:= 4.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 1ba0065ed50509aaffb171594c689f46 +PKG_MD5SUM:= 6b8730c875e0f550c1abdb647027d8e1 PKG_DESCR:= Webcam motion sensing and logging PKG_SECTION:= multimedia PKG_DEPENDS:= libjpeg libpthread @@ -22,11 +23,13 @@ CONFIGURE_ARGS+= --without-ffmpeg \ --without-jpeg-mmx \ --without-optimizecpu \ --without-mysql \ + --without-sqlite \ --without-pgsql \ - --without-v4l + --with-v4l post-install: - ${INSTALL_DIR} ${IDIR_MOTION}/usr/bin - ${INSTALL_BIN} ${WRKINST}/usr/bin/motion ${IDIR_MOTION}/usr/bin/ + ${INSTALL_DIR} ${IDIR_MOTION}/etc ${IDIR_MOTION}/usr/bin + $(INSTALL_DATA) ./files/motion.conf ${IDIR_MOTION}/etc + ${INSTALL_BIN} ${WRKINST}/usr/bin/motion ${IDIR_MOTION}/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk |
