makedepends=(lynx xmlto docbook-xsl)
run=(xorg-xset)

description="Set of command line tools that assist applications with a variety of desktop integration tasks." 
url="https://www.freedesktop.org/wiki/Software/xdg-utils/"

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

name=xdg-utils
version=1.2.1

source=(https://gitlab.freedesktop.org/xdg/$name/-/archive/v$version/$name-v$version.tar.gz)

build() {
  cd $name-v$version

  ./configure --prefix=/usr \
              --libdir=/usr/lib \
              --mandir=/usr/share/man 

  make -j1
  make DESTDIR=$PKG install
}
