void-packages/srcpkgs/ktoblzcheck/template
2020-12-17 13:35:51 +01:00

25 lines
740 B
Bash

# Template file for 'ktoblzcheck'
pkgname=ktoblzcheck
version=1.53
revision=1
hostmakedepends="pkg-config python"
makedepends="python-devel"
build_style=cmake
maintainer="Enno Boland <gottox@voidlinux.org>"
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=18b9118556fe83240f468f770641d2578f4ff613cdcf0a209fb73079ccb70c55
configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO"
ktoblzcheck-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}