#Packager: George Vlahavas pkgname=xdg-dbus-proxy pkgver=0.1.2 pkgrel=1gv source=("https://github.com/flatpak/xdg-dbus-proxy/archive/refs/tags/$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/flatpak/xdg-dbus-proxy slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xdg-dbus-proxy (a filtering proxy for D-Bus connections)" "xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was" "originally part of the flatpak project, but it has been broken out as" "a standalone module to facilitate using it in other contexts." ) build() { cd $startdir/src/$pkgname-$pkgver NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }