# $Id: PKGBUILD 54488 2011-08-18 18:11:38Z angvp $ # Maintainer: Angel Velasquez # Contributor: unexist # Past Contributors: Abakus , TDY , Xilon pkgname=subtle pkgver=0.10.3008 pkgrel=1 pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel" arch=("i686" "x86_64" 'mips64el') url="http://subtle.subforge.org" license=("GPL") depends=("libx11" "ruby") makedepends=("ruby" "pkg-config" "libxinerama" "libxrandr" "libxft" "libxpm") provides=("subtle") conflicts=("subtle-hg") backup=("etc/xdg/subtle/subtle.rb") install=subtle.install source=(http://subforge.org/attachments/download/75/$pkgname-$pkgver-nu.tbz2) md5sums=('10961e02f45a7ce9fc7ca5b11360f001') build() { cd "$srcdir/$pkgname-$pkgver-nu" rake destdir=$pkgdir install }