1 # Contributor: Michael Manley <mmanley@nasutek.com>
2 # Contributor: onestep_ua <onestep@ukr.net>
7 pkgdesc="A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD"
9 url="http://www.g15tools.com/"
11 depends=('libg15-svn' 'libg15render-svn')
12 conflicts=('g15daemon')
14 source=("http://nasutek.com/~mmanley/libg15/g15daemon.tar.bz2"
16 md5sums=('33b9861f5cb408c4f8c283e359f55481'
17 'ffd5edc0a1e73fb629eb2afe1966018e')
20 cd "${srcdir}/g15daemon"
22 ./configure --prefix=/usr --disable-static
24 make DESTDIR="${pkgdir}" install
27 install -D -m 755 "${srcdir}/g15daemon-script" "${pkgdir}/etc/rc.d/g15daemon"