updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / euclid-wm / PKGBUILD
blob5ce713ac7f93d6ed442c8f49119bf674ea498c12
1 #Maintained by BKLive <bkunixos at gmail dot com>
3 pkgname=euclid-wm
4 pkgver=0.4.0
5 pkgrel=1
6 pkgdesc="A minimalist, tiling window manager for X11"
7 arch=('i686' 'x86_64')
8 url="http://euclid-wm.sourceforge.net/index.php"
9 license=('custom')
10 depends=('libx11')
11 conflicts=('euclid-wm' 'start-euclid')
12 provides=('euclid-wm' 'start-euclid')
13 source=(http://euclid-wm.googlecode.com/files/${pkgname}-${pkgver}-rc1.tar.gz)
14 md5sums=('37945dc3a33542c3147e408297c11b46')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   make || return 1
20   make DESTDIR="$pkgdir" install || return 1