python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / xoris / template
blobe5a90f194065f89a1383c802c2ad8ae88d9d7a82
1 # Template file for 'xoris'
2 pkgname=xoris
3 version=0.1e
4 revision=2
5 makedepends="libX11-devel"
6 depends="rgb"
7 short_desc="Grabs color from the screen and dumps it to stdout"
8 maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
9 license="MIT/X11"
10 homepage="http://sourceforge.net/projects/xoris/"
11 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
12 checksum=8902d391bfb1a15f21afdd7626634fb3dfa6240814d6c2bcde2ee06377bd675c
14 do_build() {
15         ${CC} ${CFLAGS} -o xoris main.c -lX11 ${LDFLAGS}
18 do_install() {
19         vbin xoris
20         vlicense LICENSE