contrib/ktoblzcheck/Pkgfile

17 lines
364 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
version=1.11
release=1
source=(http://dl.sourceforge.net/${name}/${name}-${version}.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}