updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / uiv / PKGBUILD
blobfeca8c4f951f26a84e6564a3f1da4cd7840931dc
1 # Maintainer: Moritz Wilhelmy <moritz plus uiv at wzff dot de>
2 pkgname=uiv
3 pkgver=0.15
4 pkgrel=2
5 pkgdesc="uiv is a tiny and customizable image viewer written in Tcl/Tk"
6 arch=('any')
7 url="http://barfooze.de/~moritz/projects/uiv"
8 license=('MIT')
9 depends=('tcl' 'tk' 'tkimg')
10 source=("http://barfooze.de/~moritz/projects/$pkgname/$pkgname-$pkgver.tar.gz")
11 md5sums=('8004df6eec0f11e5d0737b3d69be6d77')
13 build() {
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: