makedepends=(xorg-libxrender freetype xorg-fontconfig xorg-util-macros)

description="libXft, library X are rendering client"
url="http://xorg.freedesktop.org"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=xorg-libxft
_name=libxft-libXft
version=2.3.9
release=1

source=(https://gitlab.freedesktop.org/xorg/lib/libxft/-/archive/libXft-${version}/libxft-libXft-${version}.tar.gz)

build() {
  cd ${_name}-$version
  ./autogen.sh
  ./configure --prefix=/usr \
              --sysconfdir=/etc \
              --localstatedir=/var --disable-static
  make
  make DESTDIR=$PKG install
}

