[arch-commits] Commit in ktoblzcheck/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 30 15:53:52 UTC 2018


    Date: Saturday, June 30, 2018 @ 15:53:52
  Author: foutrelis
Revision: 348354

archrelease: copy trunk to community-staging-x86_64

Added:
  ktoblzcheck/repos/community-staging-x86_64/
  ktoblzcheck/repos/community-staging-x86_64/PKGBUILD
    (from rev 348353, ktoblzcheck/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: ktoblzcheck/repos/community-staging-x86_64/PKGBUILD (from rev 348353, ktoblzcheck/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-06-30 15:53:52 UTC (rev 348354)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Philipp Sandhaus <philipp.sandhaus at gmx.de>
+
+pkgname=ktoblzcheck
+pkgver=1.49
+pkgrel=2
+pkgdesc="A library to check account numbers and bank codes of German banks"
+arch=(x86_64)
+url="http://ktoblzcheck.sourceforge.net"
+license=("LGPL")
+depends=('gcc-libs' 'python')
+optdepends=('perl')
+source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz)
+sha256sums=('e8971bc6689ea72b174c194bd43ba2c0b65112b0c3f9fd2371562e0c3ab57d29')
+
+prepare() {
+  cd "$srcdir/ktoblzcheck-$pkgver"
+  sed -i 's|\t|        |g' src/python/ktoblzcheck.py
+}
+
+build() {
+  cd "$srcdir/ktoblzcheck-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/ktoblzcheck-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list