1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 15:11:22 +00:00
morpheus/pkgs/xsetroot/build
2014-03-09 14:08:15 +02:00

6 lines
116 B
Plaintext

build: tinyxlib
set -x
cd src
$CC $pkgdir/xsetroot.c -o xsetroot -lX11 $CFLAGS $LDFLAGS
cp xsetroot "$root/bin"