git » xorg-xeyes.git » main » tree

[main] / PKGBUILD

# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>

pkgname=xorg-xeyes
pkgver=1.3.0
pkgrel=1
pkgdesc="Follow the mouse/SHAPE extension X demo"
arch=('armv7h')
url="https://xorg.freedesktop.org/"
license=('custom')
depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender' 'libxi'
         'libxcb' 'glibc')
makedepends=('xorg-util-macros' 'libxfixes')
source=(https://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.xz{,.sig})
sha512sums=('6108a476cd0807ce2a522d905894817f7f14f653f928c218c96c078f0822d9abef5fb941d3e7163a1cadaa7d74f1bd09bbf60345a7ac0fe906667af5a0490906'
            'SKIP')
validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith@oracle.com>"

build() {
  cd "xeyes-${pkgver}"
  ./configure --prefix=/usr
  make
}

package() {
  cd "xeyes-${pkgver}"
  make DESTDIR="${pkgdir}" install
  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}