description="Monitor and display application startup"
url="http://freedesktop.org/wiki/Software/startup-notification"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre B"

makedepends=(xorg-libx11 xcb-util)

name=startup-notification
version=0.12
release=4

source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
rm $PKG/usr/lib/libstartup-notification-1.la
}
