# Contributor: Brad Conte pkgname=stopwatch pkgver=3.5 pkgrel=2 pkgdesc="Virtual Stopwatch." arch=(i686 x86_64) license=("Public Domain") url="http://expect.nist.gov/stopwatch/" depends=("tk") source="http://expect.nist.gov/stopwatch/stopwatch.tar.gz" md5sums=("4feb97cd7f108c89f17fcb18e55deaf9") build() { mkdir -p $startdir/pkg/usr/bin cp $startdir/src/$pkgname-3.4/stopwatch $startdir/pkg/usr/bin sed -e "s_/depot/path/wish_/usr/bin/wish_" -i $startdir/pkg/usr/bin/stopwatch }