updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / aewm / PKGBUILD
blob7cdeb4d36f1c49cc668958333ab8f9e4264c4305
1 # Contributor: Alessio Biancalana <dottorblaster@gmail.com>
3 pkgname=aewm
4 pkgver=1.3.12
5 pkgrel=2
6 pkgdesc="Minimal window manager - includes separate utilities"
7 arch=('i686')
8 url="http://www.red-bean.com/decklin/aewm"
9 license=('GPL')
10 depends=('libxaw' 'gtk2')
11 source=(http://www.red-bean.com/decklin/aewm/$pkgname-$pkgver.tar.bz2
12         wtf-is-up-with-this-makefile.patch)
13 md5sums=('1addbb7e802535dc5f109d79bfea02a5'
14          'f0360cbae0e4236b5d015814545056bb')
16 build() {
17   cd $startdir/src/$pkgname-$pkgver
19   patch -p1 -i $startdir/src/wtf-is-up-with-this-makefile.patch
21   make || return 1
22   make DESTDIR=$startdir/pkg install