2009-03-25 05:17:35 +00:00
|
|
|
# Template build file for 'setxkbmap'.
|
|
|
|
pkgname=setxkbmap
|
2011-02-19 09:34:50 +00:00
|
|
|
version=1.2.0
|
2013-03-31 07:52:04 +00:00
|
|
|
revision=2
|
2013-04-14 10:31:59 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="libX11-devel libxkbfile-devel"
|
2009-03-25 05:17:35 +00:00
|
|
|
short_desc="Set the keyboard map using the X Keyboard Extension"
|
2013-03-31 07:52:04 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 10:31:59 +00:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2011-02-19 09:34:50 +00:00
|
|
|
checksum=999591bf1ba8ca2a7d480b2c01702396e6c349d499fb583c0de136ec00dbae39
|
2009-03-25 05:17:35 +00:00
|
|
|
long_desc="
|
|
|
|
The setxkbmap command maps the keyboard to use the layout determined
|
|
|
|
by the options specified on the command line."
|
|
|
|
|
2013-04-14 10:31:59 +00:00
|
|
|
setxkbmap_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|