# Maintainer: Natanael Copa pkgname=setxkbmap pkgver=1.3.2 pkgrel=0 pkgdesc="set the keyboard using the X Keyboard Extension" url="http://xorg.freedesktop.org/" arch="all" options="!check" # No test suite. license="MIT" makedepends="libxkbfile-dev util-macros" subpackages="$pkgname-doc" source="https://www.x.org/releases/individual/app/setxkbmap-$pkgver.tar.bz2" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38 setxkbmap-1.3.2.tar.bz2"