updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / antiwm / PKGBUILD
blob596a30263581e3491ab55b8f582ed2b21d4795bd
1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: mentallaxative <beshimi@hotmail.com>
4 pkgname=antiwm
5 pkgver=0.0.5
6 pkgrel=1
7 pkgdesc="A small and simple window manager inspired by Ratpoison"
8 arch=('i686' 'x86_64')
9 url="http://sourceforge.net/projects/antiwm/"
10 license=('MIT')
11 depends=('libx11')
12 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('455c79bf4379371bb5bba78553b64432')
15 build() {
16   cd "$srcdir"/$pkgname-$pkgver
17   make || return 1
18   install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
19   install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
20   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE