From 63c6936bcc00544efc5db71f10cd0ea6297c57f2 Mon Sep 17 00:00:00 2001 From: milisbir Date: Fri, 19 Jan 2018 03:47:18 +0200 Subject: [PATCH] liblo --- talimatname/genel/l/liblo/talimat | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 talimatname/genel/l/liblo/talimat 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 +}