1 # Template file for 'xoris'
5 makedepends="libX11-devel"
7 short_desc="Grabs color from the screen and dumps it to stdout"
8 maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
10 homepage="http://sourceforge.net/projects/xoris/"
11 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
12 checksum=8902d391bfb1a15f21afdd7626634fb3dfa6240814d6c2bcde2ee06377bd675c
15 ${CC} ${CFLAGS} -o xoris main.c -lX11 ${LDFLAGS}