Makefile 967 B

1234567891011121314151617181920212223242526272829303132
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include ${TOPDIR}/rules.mk
  4. PKG_NAME:= motion
  5. PKG_VERSION:= 3.2.12
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 1ba0065ed50509aaffb171594c689f46
  8. PKG_DESCR:= Webcam motion sensing and logging
  9. PKG_SECTION:= multimedia
  10. PKG_DEPENDS:= libjpeg libpthread
  11. PKG_BUILDDEP:= jpeg
  12. PKG_URL:= http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
  13. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=motion/}
  14. include ${TOPDIR}/mk/package.mk
  15. $(eval $(call PKG_template,MOTION,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  16. CONFIGURE_ARGS+= --without-ffmpeg \
  17. --without-jpeg-mmx \
  18. --without-optimizecpu \
  19. --without-mysql \
  20. --without-pgsql \
  21. --without-v4l
  22. post-install:
  23. ${INSTALL_DIR} ${IDIR_MOTION}/usr/bin
  24. ${INSTALL_BIN} ${WRKINST}/usr/bin/motion ${IDIR_MOTION}/usr/bin/
  25. include ${TOPDIR}/mk/pkg-bottom.mk