milis/talimatname/genel/b/beep/talimat

20 lines
428 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: Beep ses çalmak için konsol uygulaması
# URL: http://www.johnath.com/beep/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=beep
surum=1.3
devir=1
kaynak=(http://www.johnath.com/beep/$isim-$surum.tar.gz)
derle() {
cd "$isim-$surum"
make
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/share/man
make INSTALL_DIR=$PKG/usr/bin MAN_DIR=$PKG/usr/share/man install
chmod 4755 $PKG/usr/bin/beep
}