void-packages/srcpkgs/geis/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

33 lines
971 B
Bash

# Template file for 'geis'
pkgname=geis
version=2.2.17
revision=3
hostmakedepends="pkg-config python3-devel"
makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
build_style="gnu-configure"
configure_args="--disable-static"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
homepage="https://launchpad.net/geis"
short_desc="Gesture Engine Interface and Support"
distfiles="https://launchpad.net/geis/trunk/$version/+download/geis-$version.tar.xz"
checksum=8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb
geis-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}
geis-python3_package() {
pycompile_module="geis geisview"
short_desc+=" - Python3 bindings"
pkg_install() {
vmove usr/bin/pygeis
vmove usr/share/man/man1/pygeis.1
vmove usr/lib/python3*
}
}