summaryrefslogtreecommitdiff
path: root/community/subtle/PKGBUILD
blob: c08e25119de409ad02a3a69e5ccc41cd27e72c2c (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 38833 2011-02-01 21:18:39Z 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.2573
pkgrel=2
pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel"
arch=("i686" "x86_64")
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/46/$pkgname-$pkgver-lambda.tbz2)
md5sums=('afcb897307329fc2cdb0733db9cc3a79')

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