void-packages/srcpkgs/i3/template

31 lines
1 KiB
Plaintext
Raw Normal View History

# Template file for 'i3'
pkgname=i3
2012-06-05 12:50:15 +00:00
version=4.2
2012-07-07 11:37:06 +00:00
revision=2
homepage="http://i3wm.org/"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
2012-06-05 12:50:15 +00:00
subpackages="${pkgname}-devel"
depends="i3status"
2012-07-07 12:21:35 +00:00
makedepends="which perl pkg-config pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
2012-07-07 11:37:06 +00:00
flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel startup-notification-devel"
2012-06-05 12:50:15 +00:00
conf_files="/etc/i3/config"
short_desc="Improved tiling window manager."
maintainer="davehome <davehome@redthumb.info.tm>"
license="BSD"
2012-06-05 12:50:15 +00:00
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() {
2012-06-05 12:50:15 +00:00
make ${makejobs} && make ${makejobs} -C man
}
do_install() {
make ${makejobs} DESTDIR=${DESTDIR} install
vmkdir usr/share/man/man1
2012-06-05 12:50:15 +00:00
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
}