23 lines
		
	
	
		
			719 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			719 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Template build file for 'xkeyboard-config'.
 | |
| pkgname=xkeyboard-config
 | |
| version=2.8
 | |
| revision=1
 | |
| build_style=gnu-configure
 | |
| configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"
 | |
| hostmakedepends="pkg-config libxslt intltool"
 | |
| makedepends="libX11-devel xkbcomp"
 | |
| short_desc="X Keyboard Configuration Database"
 | |
| maintainer="Juan RP <xtraeme@gmail.com>"
 | |
| homepage="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
 | |
| license="MIT"
 | |
| distfiles="http://xorg.freedesktop.org/releases/individual/data/$pkgname/$pkgname-$version.tar.bz2"
 | |
| checksum=4e1cf5468d488aaf320ddfd439e03cbda0b213550fd734026d23138e4b2078ae
 | |
| 
 | |
| xkeyboard-config_package() {
 | |
| 	depends="xkbcomp"
 | |
| 	noarch="yes"
 | |
| 	pkg_install() {
 | |
| 		vmove usr
 | |
| 	}
 | |
| }
 | 
