1 # Maintainer: Laszlo Papp <djszapi2 @ gmail at com>
5 pkgdesc="Userspace keylogger that runs under Linux on the x86 architechture"
8 url="http://sourceforge.net/projects/lkl/"
10 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
11 md5sums=('039f6e81c272e4285deab487adb81d8e')
15 ./configure --prefix=/usr/
17 make DESTDIR=$pkgdir install || return 1