@ -8,28 +8,30 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := motion
PKG_VERSION := 4.2.2
PKG_RELEASE := 3
PKG_MAINTAINER := Roger D <rogerdammit@gmail.com>
PKG_LICENSE := GPLv2
PKG_LICENSE_FILES := COPYING
PKG_CPE_ID := cpe:/a:lavrsen:motion
PKG_VERSION := 4.3.1
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -release-$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://codeload.github.com/Motion-Project/motion/tar.gz/release-$( PKG_VERSION) ?
PKG_HASH := c8d40976b41da8eb9f9f7128599403a312fc26b7226bf3787d75f78cb5a6cc6e
PKG_HASH := 545712b10fc4a0134e994b7d8a3773c1c22f0bf4bd7afea7d7ffff357aca9ea5
PKG_BUILD_DIR := $( BUILD_DIR) /$( PKG_NAME) -release-$( PKG_VERSION)
PKG_BUILD_PARALLEL := 1
PKG_MAINTAINER := Roger D <rogerdammit@gmail.com>
PKG_LICENSE := GPL-2.0-or-later
PKG_LICENSE_FILES := COPYING
PKG_CPE_ID := cpe:/a:lavrsen:motion
PKG_FIXUP := autoreconf
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / n l s . m k
d e f i n e P a c k a g e / m o t i o n
SECTION:= multimedia
CATEGORY:= Multimedia
DEPENDS:= +libjpeg +libpthread +libmicrohttpd
DEPENDS:= +libjpeg +libpthread +libmicrohttpd $( INTL_DEPENDS)
TITLE:= webcam motion sensing and logging
URL:= https://motion-project.github.io/
e n d e f
@ -39,7 +41,7 @@ define Package/motion/conffiles
/ e t c / m o t i o n . c o n f
e n d e f
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--without-optimizecpu \
--without-ffmpeg \
--without-jpeg-mmx \
@ -54,9 +56,9 @@ define Package/motion/install
$( INSTALL_DIR) $( 1) /etc/config $( 1) /etc/init.d
$( INSTALL_CONF) ./files/motion.conf $( 1) /etc/config/motion
$( INSTALL_BIN) ./files/motion.init $( 1) /etc/init.d/motion
$( CP) $( PKG_BUILD_DIR) /motion-dist.conf $( 1) /etc/motion.conf
$( INSTALL_DATA) $( PKG_INSTALL_DIR) /etc/motion /motion-dist.conf $( 1) /etc/motion.conf
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /motion $( 1) /usr/bin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin /motion $( 1) /usr/bin/
e n d e f
$( eval $ ( call BuildPackage ,motion ) )