void-packages/srcpkgs/motion/template
2019-02-06 01:21:56 +01:00

19 lines
587 B
Bash

# Template file for 'motion'
pkgname=motion
version=4.2.2
revision=1
wrksrc="motion-release-${version}"
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="ffmpeg-devel libmicrohttpd-devel v4l-utils-devel"
short_desc="Software motion detector"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://motion-project.github.io/"
distfiles="https://github.com/Motion-Project/motion/archive/release-${version}.tar.gz"
checksum=c8d40976b41da8eb9f9f7128599403a312fc26b7226bf3787d75f78cb5a6cc6e
pre_configure() {
autoreconf -fi
}