void-packages/srcpkgs/vapoursynth-mvtools/template

23 lines
667 B
Bash
Raw Normal View History

2016-04-07 16:35:37 +00:00
# Template file for 'vapoutsynth-mvtools'
pkgname=vapoursynth-mvtools
2016-07-02 09:21:48 +00:00
version=15
2016-04-07 16:35:37 +00:00
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"
2016-07-02 09:21:48 +00:00
checksum=8f1b4504914003fc7132be9484064d3e8bd719b7cf1d2af8baa7323b906b6eb2
2016-04-07 16:35:37 +00:00
pre_configure() {
./autogen.sh
}
post_install() {
vdoc readme.rst
vsconf ${FILESDIR}/example.py
}