void-packages/srcpkgs/motion/template

31 lines
882 B
Bash
Raw Normal View History

2015-09-15 15:54:20 +00:00
# Template file for 'motion'
pkgname=motion
version=3.2.12+20140318
2015-09-15 17:31:54 +00:00
revision=2
2015-09-15 15:54:20 +00:00
build_style=gnu-configure
hostmakedepends="automake"
makedepends="v4l-utils-devel zlib-devel"
short_desc="A motion detector software"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-2"
homepage="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome"
_commit=ad7e243fcaee500f67297305d9235556fb4270b9
wrksrc="$pkgname-$_commit"
distfiles="https://github.com/sackmotion/motion/archive/${_commit}.tar.gz"
checksum=67e99398f0941012ee909a98673b9473b69780bf3b8a971594fcfa255ed4efeb
if [ -z "$CROSS_BUILD" ]; then
configure_args="--enable-ffmpeg"
hostmakedepends+=" ffmpeg-devel"
makedepends+=" ffmpeg-devel"
fi
pre_configure() {
autoreconf -fi
}
2015-09-15 17:31:54 +00:00
post_install() {
mv $DESTDIR/usr/share/motion* $DESTDIR/usr/share/motion
mv $DESTDIR/usr/share/doc/motion* $DESTDIR/usr/share/doc/motion
}