# Template file for 'i3' pkgname=i3 version=4.2 revision=2 homepage="http://i3wm.org/" distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2" subpackages="${pkgname}-devel" depends="i3status" makedepends="which perl pkg-config pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel startup-notification-devel" conf_files="/etc/i3/config" short_desc="Improved tiling window manager." maintainer="davehome " license="BSD" checksum=e02c832820e8922a44e744e555294f8580c2f8e218c5c1029e52f1bde048732b long_desc=" i3 is a tiling window manager, completely written from scratch. The target platforms are GNU/Linux and BSD operating systems, our code is Free and Open Source Software (FOSS) under the BSD license. i3 is primarily targeted at advanced users and developers." do_build() { make ${makejobs} && make ${makejobs} -C man } do_install() { make ${makejobs} DESTDIR=${DESTDIR} install vmkdir usr/share/man/man1 install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1 }