1 # Contributor: Bernhard Walle <bernhard@bwalle.de>
6 pkgdesc="Logic Analyzer for the Parallel port"
7 url="http://tfla-01.berlios.de"
11 source=(http://download.berlios.de/tfla-01/tfla-01-$pkgver.tar.bz2)
12 changelog=$pkgname.changelog
13 md5sums=('e28461465e2dce0c8790b7e005d83a27')
16 cd $startdir/src/$pkgname-$pkgver
19 cmake -DCMAKE_SKIP_RPATH=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
21 make DESTDIR=$pkgdir install