tinywm: don't bother with make.
This commit is contained in:
parent
708e2c271c
commit
819d0bce73
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue