void-packages/srcpkgs/i3/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

30 lines
853 B
Bash

# Template file for 'i3'
pkgname=i3
version=4.9.1
revision=2
build_pie=yes
build_style=gnu-makefile
hostmakedepends="pkg-config perl"
makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
pango-devel startup-notification-devel libxkbcommon-devel
xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-cursor-devel"
conf_files="/etc/i3/config /etc/i3/config.keycodes"
short_desc="Improved tiling window manager"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://i3wm.org/"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
checksum=b70deff027c7d05276c9646e53faeeeccdde706370b9b337a633bed85b16dc43
post_install() {
vlicense LICENSE
vmkdir usr/share/man/man1
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
}
i3-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
}
}