2013-09-28 11:20:41 +00:00
|
|
|
# Template file for 'cwm-git'
|
|
|
|
pkgname=cwm-git
|
2014-09-19 18:19:44 +00:00
|
|
|
version=20140919
|
2013-09-28 11:20:41 +00:00
|
|
|
revision=1
|
2013-12-30 14:49:57 +00:00
|
|
|
build_style=gnu-makefile
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="pkg-config bison git"
|
2013-09-28 11:20:41 +00:00
|
|
|
makedepends="fontconfig-devel libXft-devel libXinerama-devel libXrandr-devel libX11-devel"
|
|
|
|
short_desc="Lightweight and efficient window manager for X11"
|
|
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
|
|
license="ISC"
|
|
|
|
homepage="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD+Current&format=html"
|
2014-05-31 11:08:42 +00:00
|
|
|
provides="cwm-${version}_${revision}"
|
|
|
|
replaces="cwm>=0"
|
2013-09-28 11:20:41 +00:00
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/chneukirchen/cwm"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|
|
|
|
|
2013-12-30 14:49:57 +00:00
|
|
|
pre_build() {
|
2013-09-28 11:20:41 +00:00
|
|
|
sed -i 's/^CPPFLAGS+=/CPPFLAGS=/' Makefile
|
|
|
|
sed -i 's/^LDFLAGS+=/LDFLAGS=/' Makefile
|
|
|
|
}
|
|
|
|
|
2013-12-30 14:49:57 +00:00
|
|
|
post_install() {
|
2014-07-05 16:09:59 +00:00
|
|
|
vinstall README 644 usr/share/doc/cwm
|
2013-09-28 11:20:41 +00:00
|
|
|
}
|