21 lines
719 B
Bash
21 lines
719 B
Bash
# Template file for 'fvwm'
|
|
pkgname=fvwm
|
|
version=2.6.7
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="libxslt pkg-config python"
|
|
makedepends="fribidi-devel libXpm-devel librsvg-devel libXinerama-devel
|
|
libXcursor-devel libSM-devel libXt-devel libXft-devel
|
|
fontconfig-devel readline-devel perl"
|
|
depends="perl python"
|
|
short_desc="An extremely powerful ICCCM-compliant window manager"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2,custom"
|
|
homepage="http://fvwm.org/"
|
|
distfiles="https://github.com/fvwmorg/fvwm/releases/download/${version}/fvwm-${version}.tar.gz"
|
|
checksum=01654d5abdcde6dac131cae9befe5cf6f01f9f7524d097c3b0f316e39f84ef73
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|