void-packages/srcpkgs/wmutils-core/template
2015-10-06 08:49:35 +02:00

20 lines
574 B
Bash

# Template file for 'wmutils-core'
pkgname=wmutils-core
version=1.1
revision=1
wrksrc="${pkgname##*-}-${version}"
build_style=gnu-makefile
makedepends="libxcb-devel"
short_desc="Set of window manipulation tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="https://github.com/wmutils/core"
distfiles="https://github.com/${pkgname%-*}/core/archive/v${version}.tar.gz"
checksum=ba28171a109d893a592e0a5a8f5d7fef6e80eacb89a7b308009294a0e12c092b
LDFLAGS="-lxcb"
pre_build() {
sed -i 's,/man,/share/man,' config.mk
sed -i 's|@$(LD)|@$(CC)|g' Makefile
}