pkgname=xtrans pkgver=1.5.2 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=('5c5cbfe34764a9131d048f03c31c19e57fb4c682d67713eab6a65541b4dff86c') 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 }