18 lines
619 B
Bash
18 lines
619 B
Bash
# Template file for 'motion'
|
|
pkgname=motion
|
|
version=4.3.1
|
|
revision=1
|
|
wrksrc="motion-release-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config gettext-devel tar"
|
|
makedepends="ffmpeg-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=545712b10fc4a0134e994b7d8a3773c1c22f0bf4bd7afea7d7ffff357aca9ea5
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|