updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / g15daemon-svn / PKGBUILD
bloba39b326b53d225b6ad538eb587d6d28be573a243
1 # Contributor: Michael Manley <mmanley@nasutek.com>
2 # Contributor: onestep_ua <onestep@ukr.net>
4 pkgname=g15daemon-svn
5 pkgver=1.10
6 pkgrel=1
7 pkgdesc="A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD"
8 arch=('i686' 'x86_64')
9 url="http://www.g15tools.com/"
10 license=('GPL')
11 depends=('libg15-svn' 'libg15render-svn')
12 conflicts=('g15daemon')
13 options=(!libtool)
14 source=("http://nasutek.com/~mmanley/libg15/g15daemon.tar.bz2"
15         g15daemon-script)
16 md5sums=('33b9861f5cb408c4f8c283e359f55481'
17          'ffd5edc0a1e73fb629eb2afe1966018e')
19 build() {
20   cd "${srcdir}/g15daemon"
22   ./configure --prefix=/usr --disable-static
23   make || return 1
24   make DESTDIR="${pkgdir}" install
26   # install initscript
27   install -D -m 755 "${srcdir}/g15daemon-script" "${pkgdir}/etc/rc.d/g15daemon"