# Maintainer : Martin Wimpress pkgname=libmatekbd pkgver=1.8.0 pkgrel=1 pkgdesc="MATE keyboard library" url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('LGPL') depends=('dconf' 'gtk2' 'iso-codes' 'libxklavier') makedepends=('mate-common' 'perl-xml-parser') options=('!emptydirs') source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") sha1sums=('8034737a40d5a2f1e4857a21110b4f1eacf0db30') install=${pkgname}.install build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr \ --with-gtk=2.0 \ --disable-static make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }