updated on Fri Jan 6 04:00:21 UTC 2012
[aur-mirror.git] / windwm / PKGBUILD
blobe3426dcda9019a5b5f072d595446fc386f8971dd
1 pkgname=windwm
2 pkgver=1.4
3 pkgrel=1
4 pkgdesc="Wind is window manager  implements most parts of the ICCCM and EWMH/NetWM standards"
5 arch=('any')
6 url="http://windwm.sourceforge.net/"
7 license=('custom')
8 depends=('libx11')
9 source=(http://downloads.sourceforge.net/project/windwm/wind-${pkgver}.tar.gz)
10 sha1sums=('a82170712bac5427efeae9d0fac28df7fdfc8b9d')
12 package() {
13   cd "$srcdir"/wind-$pkgver
15   ./configure 
16   make
17   
18   make prefix=$startdir/pkg/usr install