# Description: light-weight window manager for the X11 Window System # URL: https://joewing.net/projects/jwm/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: libx11 name=jwm version=2.4.6 release=1 source=(https://github.com/joewing/${name}/releases/download/v${version}/${name}-${version}.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }