mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
ktoblzcheck: fix license, other lint, fix test
Test fix is a temporary stand-in until the next version.
This commit is contained in:
parent
2ed50cb9c4
commit
3fd8458586
1 changed files with 10 additions and 6 deletions
|
@ -1,17 +1,21 @@
|
||||||
# Template file for 'ktoblzcheck'
|
# Template file for 'ktoblzcheck'
|
||||||
pkgname=ktoblzcheck
|
pkgname=ktoblzcheck
|
||||||
version=1.53
|
version=1.53
|
||||||
revision=1
|
revision=2
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO"
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="python-devel"
|
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"
|
short_desc="Tool for verification of account numbers and bank codes"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="http://ktoblzcheck.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=18b9118556fe83240f468f770641d2578f4ff613cdcf0a209fb73079ccb70c55
|
checksum=18b9118556fe83240f468f770641d2578f4ff613cdcf0a209fb73079ccb70c55
|
||||||
configure_args="-DENABLE_BANKDATA_DOWNLOAD=NO"
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i src/python/test_ktoblzcheck.py -e 's/Postbank Ndl der DB Privat- und Firmenkundenbank/Postbank Ndl der Deutsche Bank/'
|
||||||
|
}
|
||||||
|
|
||||||
ktoblzcheck-devel_package() {
|
ktoblzcheck-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue