1 # Contributor: refujee <refujee@gmail.com>
5 pkgdesc="Using the Rote library, this project aims to bring a usable terminal to the LCD screens on G15 keyboards."
7 url="http://www.g15tools.com/forum/viewtopic.php?f=12&t=150&sid=930707d9254775e2dbbe58270bd3edba"
9 depends=(libx11 libg15render g15daemon rote)
10 source=(http://g15terminal.googlecode.com/files/g15terminal.tar.gz)
11 md5sums=('e8c647ba68387033cd51944c73318e9b')
14 cd $startdir/src/$pkgname
15 LDFLAGS="-lg15daemon_client -lg15render -lpthread -lX11 -lrote" CXXFLAGS="-Wno-write-strings"
16 ./configure --prefix=/usr \
18 --localstatedir=/var \
22 make DESTDIR=${pkgdir} install || return 1