description="Lightweight and highly configurable tiling window manager for X"
url="http://wmfs.info/"

packager="tnut <tnut@nutyx.org>"
contributors="Timcowchip"

makedepends=(git xorg-libxft xorg-libx11 imlib2)

name=wmfs2
version=git
release=2

build() {
  if cd $PKGMK_SOURCE_DIR/wmfs ; then
    git pull
  else
    git clone git://github.com/xorg62/wmfs.git $PKGMK_SOURCE_DIR/wmfs
  fi

  cp -r $PKGMK_SOURCE_DIR/wmfs $SRC/ && cd $SRC/wmfs

  ./configure --prefix /usr \
              --xdg-config-dir /etc/xdg \
	          --man-prefix /usr/share/man \
	          --without-xinerama 
  make 
  make DESTDIR=$PKG install 
}
