updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / epdfview-svn / PKGBUILD
blobac908cc39ba7778ec9bebaa0b136314fa03c67bb
1 # Maintainer: Joao Cordeiro <jlcordeiro at gmail dot com>
2 # Contributor: Tom K <tomk@runbox.com>
3 # Contributor: Philipp Robbel <robbel@gmail.com>
5 pkgname=epdfview-svn
6 pkgver=355
7 pkgrel=1
8 pkgdesc="A free lightweight PDF document viewer"
9 arch=('i686' 'x86_64')
10 depends=('gtk2' 'poppler-glib')
11 optdepends=('cups: printing support')
12 makedepends=('subversion' 'pkgconfig' 'autoconf' 'automake')
13 conflicts=('epdfview')
14 provides=('epdfview')
15 source=()
16 md5sums=()
17 url="http://www.emma-soft.com/projects/epdfview/"
18 license=('GPL')
20 _svntrunk=svn://svn.emma-soft.com/epdfview/trunk
21 _svnmod=epdfview
23 build() {
24   msg "Updating SVN entries for $_svnmod ..."
26   cd $srcdir
27   svn co $_svntrunk $_svnmod
28   cd $_svnmod
29   ./autogen.sh
31   msg "SVN checkout done or server timeout"
32   msg "Starting make..."
34   ./configure --prefix=/usr
35   make || return 1
36   make DESTDIR=$pkgdir install