void-packages/srcpkgs/i3/template
2013-05-06 14:07:47 +02:00

51 lines
1.5 KiB
Plaintext

# Template file for 'i3'
pkgname=i3
version=4.5.1
revision=3
short_desc="Improved tiling window manager"
maintainer="davehome <davehome@redthumb.info.tm>"
license="BSD"
homepage="http://i3wm.org/"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
checksum=bae55f1c7c4a21d71aae182e4fab6038ba65ba4be5d1ceff9e269f4f74b823f2
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."
hostmakedepends="which perl pkg-config asciidoc xmlto"
makedepends="pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
libXcursor-devel pango-devel startup-notification-devel>=0.12_3
xcb-util-devel>=0.3.9 xcb-util-keysyms-devel>=0.3.9 xcb-util-wm-devel>=0.3.9"
do_build() {
if [ "$CROSS_BUILD" ]; then
export PKG_CONFIG_PATH="$XBPS_CROSS_BASE/usr/lib/pkgconfig"
export PKG_CONFIG_SYSROOT_DIR="$XBPS_CROSS_BASE"
fi
make CC="$CC" LD="$LD" CFLAGS="$CFLAGS" ${makejobs}
make ${makejobs} -C man
}
do_install() {
make DESTDIR=${DESTDIR} install
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
}
}
i3_package() {
depends="i3status rxvt-unicode dmenu"
conf_files="/etc/i3/config /etc/i3/config.keycodes"
pkg_install() {
vmove all
}
}