From 873665024ebfaa761ee49b508a79db7178aeb778 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:08:04 +0100 Subject: added gnupg --- repo/jwm/jwm.xibuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 repo/jwm/jwm.xibuild (limited to 'repo/jwm') diff --git a/repo/jwm/jwm.xibuild b/repo/jwm/jwm.xibuild new file mode 100644 index 0000000..0674831 --- /dev/null +++ b/repo/jwm/jwm.xibuild @@ -0,0 +1,28 @@ +#!/bin/sh + +NAME="jwm" +DESC="A lightweight window manager for the X11 Window System" + +MAKEDEPS=" libx11 libxext libxft libxmu libxinerama libxpm libxrender libjpeg-turbo libpng librsvg pango" + +PKG_VER=2.4.1 +SOURCE="http://joewing.net/projects/jwm/releases/jwm-$PKG_VER.tar.xz" + +prepare() { + # not replaced for some reason.. + sed -i "s|@mkdir_p@|mkdir -p|g" \ + po/Makefile.in.in +} + +build() { + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-rpath + make +} + +package() { + make DESTDIR="$PKG_DEST" install +} + -- cgit v1.2.1