1 # Maintainer: Soulou <leo@soulou.fr>
2 # Contributor: Aaron Griffin <aaron@archlinux.org>
3 # Contributor: dorphell <dorphell@archlinux.org>
8 pkgdesc="Gnome notification library"
11 url="http://library.gnome.org/devel/libnotify/"
13 makedepends=('pkgconfig' 'git')
15 conflicts=('libnotify')
16 provides=('libnotify=0.7.3')
20 _gitroot="git://git.gnome.org/libnotify.git"
26 msg "Connecting to git.gnome.org GIT server...."
28 if [ -d ${srcdir}/$_gitname ] ; then
29 cd $_gitname && git pull origin
30 msg "The local files are updated."
35 cd ${srcdir}/$_gitname
36 ./autogen.sh --prefix=/usr
38 make DESTDIR="$pkgdir/" install || return 1