mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
@@ -8,8 +8,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=motion
|
||||
PKG_VERSION:=4.1.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=4.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
|
||||
PKG_LICENSE:=GPLv2
|
||||
@@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
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:=2074b935bdfe28f84c2c3233274b06908336778f303bb13530d4299c3f8aa4e2
|
||||
PKG_HASH:=6ef8504fc5be00a49c82c4045c0004fbf575d9a5df8687025a9b06923efda2a9
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-release-$(PKG_VERSION)
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/motion
|
||||
SECTION:=multimedia
|
||||
CATEGORY:=Multimedia
|
||||
DEPENDS:=+libjpeg +libpthread
|
||||
DEPENDS:=+libjpeg +libpthread +libmicrohttpd
|
||||
TITLE:=webcam motion sensing and logging
|
||||
URL:=https://motion-project.github.io/
|
||||
endef
|
||||
@@ -45,6 +45,7 @@ CONFIGURE_ARGS+= \
|
||||
--without-mysql \
|
||||
--without-pgsql \
|
||||
--without-sqlite3 \
|
||||
--without-bktr
|
||||
|
||||
define Package/motion/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
|
||||
Reference in New Issue
Block a user