milis/talimatname/genel/stopwatch/talimat

17 lines
450 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Elle zamanlamayı fiziksel bir kronometrede olduğu gibi sağlar. Geri sayım sayacı olarak da kullanılabilir.
# 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
sed -i -e 's/depot\/path/usr\/bin/g' stopwatch
install -D -m0755 $name $PKG/usr/sbin/$name
}