ktoblzcheck: add package

This commit is contained in:
Enno Boland 2014-02-23 12:04:55 +01:00
parent 8473fd94ba
commit f41b0c9221
2 changed files with 22 additions and 0 deletions

1
srcpkgs/ktoblzcheck-devel Symbolic link
View file

@ -0,0 +1 @@
ktoblzcheck

View file

@ -0,0 +1,21 @@
# Template file for 'ktoblzcheck'
pkgname=ktoblzcheck
version=1.43
revision=1
hostmakedepends="pkg-config"
makedepends="python3-devel"
build_style="gnu-configure"
configure_args="--enable-python"
maintainer="Enno Boland <eb@s01.de>"
license="LGPL"
homepage="http://ktoblzcheck.sourceforge.net"
short_desc="Tool for verification of account numbers and bank codes"
distfiles="http://downloads.sourceforge.net/project/$pkgname/$pkgname-$version.tar.gz"
checksum=c81360de465714cf47cdf8dc0b2db77c2d0056ea9e3cc2da2e55b2369468b486
ktoblzcheck-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
}
}