New package: xoris-0.1e

This commit is contained in:
Christian Neukirchen 2014-07-12 20:57:07 +02:00
parent 0595368381
commit 47849c5c2b
1 changed files with 21 additions and 0 deletions

21
srcpkgs/xoris/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'xoris'
pkgname=xoris
version=0.1e
revision=1
makedepends="libX11-devel"
depends="rgb"
short_desc="Grabs color from the screen and dumps it to stdout"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT/X11"
homepage="http://sourceforge.net/projects/xoris/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=8902d391bfb1a15f21afdd7626634fb3dfa6240814d6c2bcde2ee06377bd675c
do_build() {
${CC} ${CFLAGS} -o xoris main.c -lX11 ${LDFLAGS}
}
do_install() {
vbin xoris
vlicense LICENSE
}