milis/talimatname/genel/beep/talimat

19 lines
432 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: Beep ses çalmak için konsol uygulaması
# URL: http://www.johnath.com/beep/
# Packager: milisarge
# Depends on:
name=beep
version=1.3
release=1
source=(http://www.johnath.com/beep/$name-$version.tar.gz)
build() {
cd "$name-$version"
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
}