1 # Contributor: Orivej Desh <smpuj@bk.ru>
5 pkgdesc="KMFL (Keyboard Mapping for Linux) compiler"
7 url="http://kmfl.sourceforge.net/"
10 source=("http://downloads.sourceforge.net/kmfl/$pkgname-$pkgver.tar.gz")
11 md5sums=('d8d6a3163dae204079ccbb7c490d8ee7')
15 cd "$srcdir/$pkgname-$pkgver"
16 ./configure --prefix=/usr
18 make DESTDIR="$pkgdir" install
19 install -d "$pkgdir/usr/share"
20 mv "$pkgdir/usr/doc" "$pkgdir/usr/share/"