xcalib: misc fixes.
This commit is contained in:
parent
eb9629848d
commit
483f5ae016
1 changed files with 4 additions and 7 deletions
|
@ -2,22 +2,19 @@
|
||||||
pkgname=xcalib
|
pkgname=xcalib
|
||||||
version=0.8
|
version=0.8
|
||||||
revision=1
|
revision=1
|
||||||
distfiles="http://downloads.sourceforge.net/xcalib/xcalib-source-${version}.tar.gz"
|
|
||||||
checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/xcalib/xcalib-source-${version}.tar.gz"
|
||||||
|
checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6"
|
||||||
makedepends="libX11-devel libXxf86vm-devel"
|
makedepends="libX11-devel libXxf86vm-devel"
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/"
|
homepage="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
short_desc="A tiny monitor calibration loader for X.org"
|
short_desc="A tiny monitor calibration loader for X.org"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir "usr/bin"
|
vinstall xcalib 755 usr/bin
|
||||||
vmkdir "usr/share/xcalib/"
|
|
||||||
vinstall "./xcalib" 755 "usr/bin/"
|
|
||||||
for file in README *.icc *.icm; do
|
for file in README *.icc *.icm; do
|
||||||
vinstall "./$file" 644 "usr/share/xcalib/"
|
vinstall "$file" 644 usr/share/xcalib
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue