void-packages/srcpkgs/mvwm-git/template
2014-11-16 15:25:43 +00:00

24 lines
750 B
Bash

# Template file for 'mvwm-git'
pkgname=mvwm-git
version=20141116
revision=1
build_style=gnu-configure
configure_script="./autogen.sh"
hostmakedepends="pkg-config git automake autoconf"
makedepends="fribidi-devel libXpm-devel librsvg-devel libXrandr-devel
libXcursor-devel libXt-devel libXft-devel
fontconfig-devel readline-devel perl"
depends="perl"
short_desc="An extremely powerful ICCCM-compliant window manager (FVWM rewrite)"
maintainer="Thomas Adam <thomas@fvwm.org>"
license="GPL-2,custom"
homepage="http://github.com/ThomasAdam/mvwm"
provides="mvwm-${version}_${revision}"
replaces="mvwm>=0"
do_fetch() {
local url="git://github.com/ThomasAdam/mvwm"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}