tinywm: don't bother with make.

This commit is contained in:
Christian Neukirchen 2016-05-24 15:51:12 +02:00
parent 708e2c271c
commit 819d0bce73

View file

@ -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 <diogo@diogoleal.com>"
@ -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