1 # Contributor: Eran Yahav <eran910@gmail.com>
3 pkgname=gnome-gmail-notifier-svn
8 pkgdesc="A Gmail Inbox Notifier for the GNOME Desktop - svn version"
9 url="http://notifier.geekysuavo.org/"
10 makedepends=('subversion')
11 depends=('gtk2>=2.10.0' 'gnome-desktop>=2.16.0' 'libxml2>=2.6.20' 'libsoup>=2.2.0' 'libglade>=2.6.0' 'libnotify>=0.4.2' 'gnutls>=1.3.0' 'libofa')
12 md5sums=('822426b19510036d14c00ed2ea24a899')
13 #source=(http://files.geekysuavo.org/notifier/$pkgname-$pkgver.tar.bz2)
14 _svntrunk=http://gnome-gmail-notifier.googlecode.com/svn/trunk/
15 _svndir=gnome-gmail-notifier-0.9.4
19 svn checkout $_svntrunk $_svndir
21 sh ./autogen.sh --prefix=/usr
23 make DESTDIR=$pkgdir install || return 1