# Description: Command line tools that assist applications with a variety of desktop integration tasks # URL: https://www.freedesktop.org/wiki/Software/xdg-utils/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: xmlto lynx name=xdg-utils version=1.2.1 release=1 source=(https://gitlab.freedesktop.org/xdg/${name}/-/archive/v${version}/${name}-v${version}.tar.gz) build() { cd ${name}-v${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }