milis/talimatname/genel/l/liblo/talimat

20 lines
430 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: Hafif bir OSC (Açık Ses Kontrolü) uygulaması
# URL: http://liblo.sourceforge.net/
# Paketçi: Cihan_Alkan
# Gerekler: doxygen
# Grup: medya
isim=liblo
surum=0.29
devir=1
kaynak=(https://github.com/radarsat1/liblo/releases/download/0.29/liblo-0.29.tar.gz)
derle() {
cd "$SRC/$isim-$surum"
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/man
}