New package: xcalib-0.8.

This commit is contained in:
wertyi48 2013-07-17 17:28:30 -03:00
parent c90ad9924d
commit 8a2ddb9c8c

28
srcpkgs/xcalib/template Normal file
View file

@ -0,0 +1,28 @@
# Template file for 'xcalib'
pkgname=xcalib
version=0.8
revision=1
distfiles="http://downloads.sourceforge.net/xcalib/xcalib-source-${version}.tar.gz"
checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6"
build_style=gnu-makefile
makedepends="libX11-devel libXxf86vm-devel"
only_for_archs="i686 x86_64"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/"
license="GPL"
short_desc="A tiny monitor calibration loader for X.org"
do_install() {
vmkdir "usr/bin"
vmkdir "usr/share/xcalib/"
vinstall "./xcalib" 755 "usr/bin/"
for file in README *.icc *.icm; do
vinstall "./$file" 644 "usr/share/xcalib/"
done
}
xcalib_package() {
pkg_install() {
vmove all
}
}