contrib/ktoblzcheck/Pkgfile

19 lines
388 B
Plaintext
Raw Normal View History

2006-10-22 15:19:50 +02:00
# Description: Checks account numbers and bank codes
# URL: http://ktoblzcheck.sourceforge.net/
# Maintainer: Simon Glo<6C>ner, viper at hometux dot de
name=ktoblzcheck
2007-07-09 23:00:31 +02:00
version=1.14
2006-10-22 15:19:50 +02:00
release=1
source=(http://dl.sourceforge.net/${name}/${name}-${version}.tar.gz)
build() {
cd $name-$version
2007-02-17 12:27:06 +01:00
./configure \
--prefix=/usr \
--mandir=/usr/man
2006-10-22 15:19:50 +02:00
make
make DESTDIR=$PKG install
}