vp-build/srcpkgs/ktoblzcheck/template

25 lines
747 B
Bash

# Template file for 'ktoblzcheck'
pkgname=ktoblzcheck
version=1.49
revision=1
hostmakedepends="pkg-config"
makedepends="python-devel"
build_style="gnu-configure"
configure_args="--enable-python --disable-binreloc"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://ktoblzcheck.sourceforge.net"
short_desc="Tool for verification of account numbers and bank codes"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=e8971bc6689ea72b174c194bd43ba2c0b65112b0c3f9fd2371562e0c3ab57d29
ktoblzcheck-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}