From 819d0bce7376e8a9fcff1cbb81ab2cb1e9f8cfc9 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 24 May 2016 15:51:12 +0200 Subject: [PATCH] tinywm: don't bother with make. --- srcpkgs/tinywm/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tinywm/template b/srcpkgs/tinywm/template index 9412cb11e63..ef8be587cac 100644 --- a/srcpkgs/tinywm/template +++ b/srcpkgs/tinywm/template @@ -1,8 +1,7 @@ # Template file for 'tinywm' pkgname=tinywm version=1.3 -revision=1 -build_style=gnu-makefile +revision=2 makedepends="libX11-devel" short_desc="Ridiculously tiny window manager" maintainer="Diogo Leal " @@ -11,6 +10,9 @@ homepage="http://incise.org/tinywm.html" distfiles="http://incise.org/files/dev/tinywm-${version}.tgz" checksum=51b6e9c8e8d93d71bc7250e885eb98824b725f54b17606f59fe952437e7004d8 +do_build() { + ${CC} ${CFLAGS} -o tinywm tinywm.c ${LDFLAGS} -lX11 +} do_install() { vbin tinywm vlicense COPYING