void-packages/srcpkgs/vapoursynth-mvtools/template

25 lines
748 B
Bash

# Template file for 'vapoursynth-mvtools'
pkgname=vapoursynth-mvtools
version=16
revision=2
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=22232d5684bf144408ed0e463e2475a90d7ea9e9c7f3c13b92f60452037b07b3
pre_configure() {
./autogen.sh
}
post_install() {
vdoc readme.rst
vsconf ${FILESDIR}/example.py
vmkdir /usr/lib/vapoursynth
mv ${DESTDIR}/usr/lib/{,vapoursynth/}libmvtools.so
}