# Note: depends on intltool
# Note: depends on pkg-config
# Note: depends on gtk+
# Note: depends on glib
# Note: depends on libcanberra
# Note: depends on libX11
wget -c http://ftp.gnome.org/pub/GNOME/sources/notification-daemon/0.7/notification-daemon-0.7.6.tar.xz
tar -xJf notification-daemon-0.7.6.tar.xz
cd notification-daemon-0.7.6
mkdir -p build
cd build
../configure --prefix="/usr" --sysconfdir="/etc"
make # Doesn't mind -j#
make install