1 # Contributor: Hugo Doria <hugo@archlinux.org>
2 # Contributor: Wilson Pinto JĂșnior <n3rd3x@guake-terminal.org>
7 pkgdesc="A Free OpenLanhouse Client, Client module"
9 url="http://openlanhouse.org"
10 depends=('pygtk' 'dbus-python' 'dbus-glib' 'gnome-panel' 'openlh-core' 'gnome-python' 'openlh-server' 'xdg-utils')
11 makedepends=('intltool')
13 source=(http://openlanhouse.org/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('50b9322409b3a248cfc7f2a610b4d2ee')
15 install=openlh-client.install
18 cd ${srcdir}/${pkgname}-${pkgver}
19 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/openlh-client/
24 cd ${srcdir}/${pkgname}-${pkgver}
25 make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
27 install -m755 -d ${pkgdir}/usr/share/gconf/schemas
28 gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas ${pkgdir}/etc/gconf/schemas/*.schemas
29 rm -f ${pkgdir}/etc/gconf/schemas/*.schemas