opt/xdg-dbus-proxy/Pkgfile

23 lines
607 B
Plaintext
Raw Normal View History

2019-09-21 17:09:11 +02:00
# Description: D-Bus proxy
# URL: https://github.com/flatpak/xdg-dbus-proxy
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib
# Optional: docbook-xsl
2019-09-21 17:09:11 +02:00
name=xdg-dbus-proxy
2020-06-14 16:30:44 +02:00
version=0.1.2
2019-09-21 17:09:11 +02:00
release=1
source=(https://github.com/flatpak/xdg-dbus-proxy/releases/download/$version/$name-$version.tar.xz
xdg-dbus-proxy.1)
2019-09-21 17:09:11 +02:00
build() {
cd $name-$version
prt-get isinst docbook-xsl || install -Dm644 $SRC/xdg-dbus-proxy.1 $PKG/usr/share/man/man1/xdg-dbus-proxy.1 || \
PKGMK_XDG_DBUS_PROXY+=' --disable-man'
./configure --prefix=/usr ${PKGMK_XDG_DBUS_PROXY}
2019-09-21 17:09:11 +02:00
make
make DESTDIR=$PKG install
}