# startup-notification, http://freedesktop.org/Software/startup-notification

name=startup-notification
version=0.9
release=1
source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.bz2)

build() {
    cd $name-$version
    sed -i "s/USE_NLS=yes/USE_NLS=no/
            s/ENABLE_NLS 1/ENABLE_NLS 0/" configure
    ./configure \
	--prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info
    make
    make DESTDIR=$PKG install
}
