# Description: notification service for the Xfce Desktop # URL: https://docs.xfce.org/apps/notifyd/start # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: xfce4-panel libnotify name=xfce4-notifyd version=0.9.7 release=1 source=(https://archive.xfce.org/src/apps/${name}/${version%.*}/${name}-${version}.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --disable-systemd make make DESTDIR=$PKG install }