diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ktoblzcheck/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ktoblzcheck/PKGBUILD')
-rw-r--r-- | community/ktoblzcheck/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/ktoblzcheck/PKGBUILD b/community/ktoblzcheck/PKGBUILD deleted file mode 100644 index 87f25f0c7..000000000 --- a/community/ktoblzcheck/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 92372 2013-06-04 12:30:22Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de> - -pkgname=ktoblzcheck -pkgver=1.42 -pkgrel=1 -pkgdesc="A library to check account numbers and bank codes of German banks" -arch=(i686 x86_64) -url="http://ktoblzcheck.sourceforge.net" -options=('!libtool') -license=("LGPL") -depends=('gcc-libs' 'python') -optdepends=('perl') -source=(http://downloads.sourceforge.net/sourceforge/ktoblzcheck/ktoblzcheck-$pkgver.tar.gz - ktoblzcheck-python3.patch) -md5sums=('86f25d5c6a07313638bb74d6b11eb57c' - 'a81a697bb3aaeffb7fac0ad7d9166e3f') - -build() { - cd "$srcdir/ktoblzcheck-$pkgver" - ./configure --prefix=/usr - patch -p1 <$srcdir/ktoblzcheck-python3.patch - make -} - -package() { - cd "$srcdir/ktoblzcheck-$pkgver" - make DESTDIR="$pkgdir" install -} |