# Maintainer: Brian Bidulock pkgname=xde-ctools pkgver=1.1 pkgrel=1 pkgdesc="X Desktop Environment C-language tools" arch=('i686' 'x86_64') url="https://github.com/bbidulock/xde-ctools" license=('GPL') depends=('libsm' 'libwnck+' 'gtk2') source=("https://github.com/bbidulock/xde-ctools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz") md5sums=('453a99929fd5dba07f8d7adfc19e3d9f') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make V=0 } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }