db-move: moved gnome-font-viewer from [testing] to [extra] (x86_64)
[arch-packages.git] / xorg-xkbutils / trunk / PKGBUILD
blobe423d70883ae3b5383ac4f743fed8f51ae0ba00c
1 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=xorg-xkbutils
5 pkgver=1.0.5
6 pkgrel=1
7 pkgdesc="XKB utility demos"
8 arch=('x86_64')
9 url="https://xorg.freedesktop.org/"
10 license=('custom')
11 depends=('libxaw' 'libxt' 'libx11')
12 makedepends=('xorg-util-macros' 'xorgproto')
13 groups=('xorg-apps' 'xorg')
14 source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.xz{,.sig})
15 sha512sums=('0d8d460f5e015e9034292688437511068dab61216c2493f2981cfb63aaa012976ac9435c1586a22c0940fbfcb779b48dce9b85832303fe2b854aa945b814ac77'
16             'SKIP')
17 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
19 build() {
20   cd xkbutils-${pkgver}
21   ./configure --prefix=/usr
22   make
25 package() {
26   cd xkbutils-${pkgver}
27   make DESTDIR="${pkgdir}" install
28   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"