# Maintainer: Brian Bidulock pkgname=adwm pkgver=0.5.3 pkgrel=1 pkgdesc="Advanced dynamic window manager for X" arch=('i686' 'x86_64') url="http://github.com/bbidulock/adwm" license=('GPL') makedepends=('libxi') depends=('libxfixes' 'libxft' 'libxrandr' 'libxinerama' 'libxpm' 'startup-notification' 'imlib2') options=('!libtool') source=("https://github.com/bbidulock/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") md5sums=('27c194db38a56bcf8ce9e5de230ef64e') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc make V=0 } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: