1 #Maintainer: Bob Finch <w9ya@qrparci.net>
6 pkgdesc="networked direct mode CW keyer for parallel or serial port"
7 url="http://www.qsl.net/pg4i/linux/cwdaemon.html"
8 makedepends=('pkgconfig')
9 depends=('netcat' 'unixcw>=2.3')
10 source=(http://www.qsl.net/pg4i/download/$pkgname-$pkgver.tar.gz)
11 arch=('i686' 'x86_64')
13 md5sums=('7c5d819588f823cdeca94f38d015c8b4')
16 cd $startdir/src/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make DESTDIR=$startdir/pkg install