1 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="X11 Composite extension library"
9 url="https://xorg.freedesktop.org/"
12 makedepends=('xorg-util-macros' 'xorgproto')
13 source=("${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.xz"{,.sig})
14 sha512sums=('f35a0da8f9f22fd788eee01209557fe3a1b1abdc9744f76330ba42b21b6e3af5464ca4451c33415856417c30da5aa5624e3707980c644327249bfeda5a62a59b'
16 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith@oracle.com>"
19 cd libXcomposite-${pkgver}
20 ./configure --prefix=/usr --sysconfdir=/etc --disable-static
25 cd libXcomposite-${pkgver}
26 make DESTDIR="${pkgdir}" install
28 install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
29 install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"