1 # Maintainer: Joao Cordeiro <jlcordeiro at gmail dot com>
2 # Contributor: Tom K <tomk@runbox.com>
3 # Contributor: Philipp Robbel <robbel@gmail.com>
8 pkgdesc="A free lightweight PDF document viewer"
10 depends=('gtk2' 'poppler-glib')
11 optdepends=('cups: printing support')
12 makedepends=('subversion' 'pkgconfig' 'autoconf' 'automake')
13 conflicts=('epdfview')
17 url="http://www.emma-soft.com/projects/epdfview/"
20 _svntrunk=svn://svn.emma-soft.com/epdfview/trunk
24 msg "Updating SVN entries for $_svnmod ..."
27 svn co $_svntrunk $_svnmod
31 msg "SVN checkout done or server timeout"
32 msg "Starting make..."
34 ./configure --prefix=/usr
36 make DESTDIR=$pkgdir install