summaryrefslogtreecommitdiff
path: root/community/subtle/PKGBUILD
blob: ebad5f4097830a5ef3f23cb64d330c970eb5b8c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 44650 2011-04-10 13:39:02Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org> 
# Contributor: unexist <unexist@dorfelite.net>
# Past Contributors: Abakus <java5@arcor.de>, TDY <tdy@gmx.com>, Xilon <xilonmu@gmail.com>
pkgname=subtle
pkgver=0.9.2773
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")
source=(http://subforge.org/attachments/download/50/$pkgname-$pkgver-mu.tbz2)
md5sums=('bbae53d6c16cfe25186003e9e28504f8')

build() {
  cd "$srcdir/$pkgname-$pkgver-mu"
  rake destdir=$pkgdir install 
}