void-packages/srcpkgs/motion/template
2018-12-10 09:32:47 -02:00

19 lines
587 B
Bash

# Template file for 'motion'
pkgname=motion
version=4.2.1
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=d97ec6ae766adfd478b6f7f9cc0da5f2fe21faa9366d98664be255714c1cf81d
pre_configure() {
autoreconf -fi
}