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'
|
# Template file for 'tinywm'
|
||||||
pkgname=tinywm
|
pkgname=tinywm
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="Ridiculously tiny window manager"
|
short_desc="Ridiculously tiny window manager"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
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"
|
distfiles="http://incise.org/files/dev/tinywm-${version}.tgz"
|
||||||
checksum=51b6e9c8e8d93d71bc7250e885eb98824b725f54b17606f59fe952437e7004d8
|
checksum=51b6e9c8e8d93d71bc7250e885eb98824b725f54b17606f59fe952437e7004d8
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
${CC} ${CFLAGS} -o tinywm tinywm.c ${LDFLAGS} -lX11
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin tinywm
|
vbin tinywm
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue