diff --git a/talimatname/genel/l/liblo/talimat b/talimatname/genel/l/liblo/talimat new file mode 100644 index 000000000..f1ea25659 --- /dev/null +++ b/talimatname/genel/l/liblo/talimat @@ -0,0 +1,20 @@ +# 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 + install -Dm 644 examples/*.{cpp,c} ${PKG}/usr/share/${isim}/examples + rm -rf $PKG/usr/share/doc + rm -rf $PKG/usr/share/man +}