xcalib: misc fixes.

This commit is contained in:
wertyi48 2013-07-17 23:46:26 -03:00
parent eb9629848d
commit 483f5ae016
1 changed files with 4 additions and 7 deletions

View File

@ -2,22 +2,19 @@
pkgname=xcalib
version=0.8
revision=1
distfiles="http://downloads.sourceforge.net/xcalib/xcalib-source-${version}.tar.gz"
checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6"
build_style=gnu-makefile
distfiles="${SOURCEFORGE_SITE}/xcalib/xcalib-source-${version}.tar.gz"
checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6"
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/"
vinstall xcalib 755 usr/bin
for file in README *.icc *.icm; do
vinstall "./$file" 644 "usr/share/xcalib/"
vinstall "$file" 644 usr/share/xcalib
done
}