ktoblzcheck: add package
This commit is contained in:
parent
8473fd94ba
commit
f41b0c9221
|
@ -0,0 +1 @@
|
|||
ktoblzcheck
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue