1 # Contributor: Pavel Borzenkov <pavel.borzenkov@gmail.com>
2 # Contributor: rabyte <rabyte.at.pen.tj>
7 pkgdesc="A Tcl/Tk widget that displays HTML"
9 url="http://tkhtml.tcl.tk/"
12 source=(http://tkhtml.tcl.tk/$pkgname-alpha-16.tar.gz)
13 md5sums=('1bed3863ded3f695b6fe65ec02e7c0df')
16 cd $startdir/src/htmlwidget
18 ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib
20 make DESTDIR=$startdir/pkg/ install
22 install -m644 -D COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/COPYRIGHT