# Template file for '2bwm-git'
pkgname=2bwm-git
version=20131221
revision=1
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel xcb-util-wm-devel"
short_desc="Fast floating window manager"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="ISC"
homepage="https://github.com/venam/2bwm"

do_fetch() {
	local url="git://github.com/venam/2bwm"
	msg_normal "Fetching source from $url ...\n"
	git clone ${url} ${pkgname}-${version}
}

do_build() {
	cp ${FILESDIR}/config.h config.h
	sed -i '/#include <stdlib.h>/i#define _GNU_SOURCE' 2bwm.c
	sed -i 's/^CFLAGS+=/CFLAGS=/' Makefile
	sed -i 's/^LDFLAGS+=/LDFLAGS=/' Makefile
	make CC=$CC ${makejobs}
}

do_install() {
	vinstall 2bwm 755 usr/bin
	vinstall hidden 755 usr/bin
	install -Dm644 2bwm.man ${DESTDIR}/usr/share/man/man1/2bwm.1
	install -Dm644 hidden.man ${DESTDIR}/usr/share/man/man1/hidden.1
	vinstall README.md 644 usr/share/doc/${pkgname}
}
