1 # Contributor: kotyz <kotyz.king@gmail.com>
6 pkgdesc="This package enhances Tk, adding support for many other Image formats: BMP, XBM, XPM, GIF, PNG, JPEG, TIFF and postscript."
7 url="http://tkimg.sourceforge.net"
10 depends=('zlib' 'libjpeg' 'libpng' 'libtiff' 'tcl' 'tk' 'tcllib')
11 source=(http://downloads.sourceforge.net/tkimg/$pkgname$pkgver.tar.gz)
12 md5sums=('c122540dd6d6c341edf9d360fa343894')
15 cd "$srcdir/$pkgname$pkgver"
17 ./configure --prefix=/usr --exec-prefix=/usr
19 make INSTALL_ROOT="$pkgdir" install