milis/talimatname/genel/s/stopwatch/talimat

18 lines
455 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.

# Tanım: Elle zamanlamayı fiziksel bir kronometrede olduğu gibi sağlar. Geri sayım sayacı olarak da kullanılabilir.
# URL: http://expect.sourceforge.net/stopwatch/
# Paketçi: milisarge
# Gerekler: tcl tk
# Grup: ofis bilim
isim=stopwatch
surum=3.4
devir=1
kaynak=(http://expect.sourceforge.net/$isim/$isim.tar.gz)
derle() {
cd $isim-$surum
sed -i -e 's/depot\/path/usr\/bin/g' stopwatch
install -D -m0755 $isim $PKG/usr/sbin/$isim
}