1 # Maintainer: Moritz Wilhelmy <moritz plus uiv at wzff dot de>
5 pkgdesc="uiv is a tiny and customizable image viewer written in Tcl/Tk"
7 url="http://barfooze.de/~moritz/projects/uiv"
9 depends=('tcl' 'tk' 'tkimg')
10 source=("http://barfooze.de/~moritz/projects/$pkgname/$pkgname-$pkgver.tar.gz")
11 md5sums=('8004df6eec0f11e5d0737b3d69be6d77')
14 cd "$srcdir/$pkgname-$pkgver"
15 make DESTDIR="$pkgdir/usr" install
16 install -D -m644 uivrc.example $pkgdir/usr/share/doc/uiv/uivrc.example
19 # vim:set ts=2 sw=2 et: