From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/subtle/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/subtle/PKGBUILD (limited to 'community/subtle/PKGBUILD') diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD new file mode 100644 index 000000000..c08e25119 --- /dev/null +++ b/community/subtle/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 38833 2011-02-01 21:18:39Z angvp $ +# Maintainer: Angel Velasquez +# Contributor: unexist +# Past Contributors: Abakus , TDY , Xilon +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 +} -- cgit v1.2.3-54-g00ecf