20 lines
		
	
	
		
			606 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			606 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Template file for 'xcalib'
 | |
| pkgname=xcalib
 | |
| version=0.8
 | |
| revision=3
 | |
| distfiles="${SOURCEFORGE_SITE}/xcalib/xcalib-source-${version}.tar.gz"
 | |
| checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6"
 | |
| build_style="gnu-makefile"
 | |
| makedepends="libX11-devel libXxf86vm-devel"
 | |
| maintainer="Steven R <dev@styez.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() {
 | |
|     vinstall xcalib 755 usr/bin
 | |
|     for file in README *.icc *.icm; do
 | |
|         vinstall "$file" 644 usr/share/xcalib
 | |
|     done
 | |
| }
 | 
