1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
6 pkgdesc="Development version of a highly customizable and scriptable framebuffer image viewer based on fbi"
8 url="https://www.autistici.org/dezperado/"
10 depends=('libungif' 'libpng' 'libjpeg' 'libtiff' 'readline')
11 makedepends=('subversion')
12 options=('!makeflags')
16 _svntrunk=http://code.autistici.org/svn/fim/trunk/
22 if [ -d $_svnmod/.svn ]; then
23 (cd $_svnmod && svn up -r $pkgver)
25 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
28 msg "SVN checkout done or server timeout"
29 msg "Starting make..."
31 rm -rf ${srcdir}/$_svnmod-build
32 cp -r ${srcdir}/$_svnmod $srcdir/$_svnmod-build || return 1
33 cd ${srcdir}/$_svnmod-build
39 ./configure --prefix=/usr
41 make DESTDIR=${pkgdir} install