2016-05-17 23:18:07 +02:00
|
|
|
# Description: Stopwatch does what its name implies - enables hand timing much like a physical stopwatch. It can also be used as a countdown timer.
|
|
|
|
# URL: http://expect.sourceforge.net/stopwatch/
|
|
|
|
# Packager: milisarge
|
|
|
|
# Depends on: tcl tk
|
|
|
|
|
|
|
|
name=stopwatch
|
|
|
|
version=3.4
|
|
|
|
release=1
|
|
|
|
source=(http://expect.sourceforge.net/$name/$name.tar.gz)
|
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2016-05-17 23:31:17 +02:00
|
|
|
sed -i -e 's/depot\/path/usr\/bin/g' stopwatch
|
2016-05-17 23:18:07 +02:00
|
|
|
install -D -m0755 $name $PKG/usr/sbin/$name
|
|
|
|
|
|
|
|
}
|