void-packages/srcpkgs/vapoursynth-mvtools/template
2016-06-23 15:33:23 +02:00

23 lines
667 B
Bash

# Template file for 'vapoutsynth-mvtools'
pkgname=vapoursynth-mvtools
version=14
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config libtool yasm"
makedepends="fftw-devel vapoursynth-devel zimg-devel"
short_desc="Set of filters for motion estimation and compensation"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2"
homepage="http://avisynth.org.ru/mvtools/mvtools2.html"
distfiles="https://github.com/dubhater/vapoursynth-mvtools/archive/v${version}.tar.gz"
checksum=ecffe1a413a9e0c11af542ff70e7c0ad78ba6e3973d360b27b14f0aac13b5fa1
pre_configure() {
./autogen.sh
}
post_install() {
vdoc readme.rst
vsconf ${FILESDIR}/example.py
}