1 # Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="Magnify parts of the screen"
8 url="https://xorg.freedesktop.org/"
10 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
11 makedepends=('xorg-util-macros')
12 source=(https://xorg.freedesktop.org/archive/individual/app/xmag-${pkgver}.tar.bz2{,.sig})
13 sha512sums=('98f3c8e0c58f31cd4f1736ba9c5cd68dba3b2e2de6191988de8ae3e91b1d310803461840189ad56be45ee57c9ca05a2c63544a49b02ce6f79f2ebc14c59613de'
15 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
19 ./configure --prefix=/usr
25 make DESTDIR="${pkgdir}" install
26 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"