void-packages/srcpkgs/motion/template

18 lines
585 B
Bash

# Template file for 'motion'
pkgname=motion
version=4.7.0
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config gettext-devel tar"
makedepends="ffmpeg6-devel libmicrohttpd-devel v4l-utils-devel gettext-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=657b7d8ee59f42cf06e00da04f0627f3ff42ff5344c9a1da33d16207c4451a03
pre_configure() {
autoreconf -fi
}