void-packages/srcpkgs/wmname/template

18 lines
495 B
Bash
Raw Normal View History

2012-12-21 16:17:06 +00:00
# Template file for 'wmname'
pkgname=wmname
version=0.1
2014-04-15 09:24:54 +00:00
revision=2
build_style=gnu-makefile
2012-12-21 16:17:06 +00:00
makedepends="libX11-devel"
short_desc="change the window manager name"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-12-21 16:17:06 +00:00
license="MIT"
homepage="http://www.suckless.org/"
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
checksum=559ad188b2913167dcbb37ecfbb7ed474a7ec4bbcb0129d8d5d08cb9208d02c5
2014-04-15 09:24:54 +00:00
do_build() {
sed -e '/strip/d' -i Makefile
make CC=$CC INCS=-I. LDFLAGS="-lX11 $LDFLAGS"
2012-12-21 16:17:06 +00:00
}