pkgname=xtrans pkgver=1.5.0 pkgrel=1 pkgdesc="X transport library" arch=('x86_64') license=('custom') url="https://xorg.freedesktop.org/" options=('!emptydirs') source=("https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz") sha256sums=('1ba4b703696bfddbf40bacf25bce4e3efb2a0088878f017a50e9884b0c8fb1bd') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING install -m755 -d ${pkgdir}/usr/lib mv ${pkgdir}/usr/share/pkgconfig ${pkgdir}/usr/lib/pkgconfig }