From a44a40822b62c390bfab9c4a09c06b88c4b86837 Mon Sep 17 00:00:00 2001 From: milisarge Date: Wed, 29 Mar 2017 03:21:36 +0300 Subject: [PATCH] libspoton.paketlendi --- talimatname/genel/libspoton/talimat | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 talimatname/genel/libspoton/talimat diff --git a/talimatname/genel/libspoton/talimat b/talimatname/genel/libspoton/talimat new file mode 100644 index 000000000..087f46516 --- /dev/null +++ b/talimatname/genel/libspoton/talimat @@ -0,0 +1,19 @@ +# Description: Spot-On bağlam kütüphanesi +# URL: http://spot-on.sourceforge.net/ +# Packager: milisarge +# Depends on: sqlite unzip libgcrypt libntru + +name=libspoton +version=2017.01.20 +release=1 +source=(http://downloads.sourceforge.net/project/spot-on/Version%20${version}/Spot-On-Src.d.zip?r=) + +build() { + unzip $SRC/Spot* + cd "$SRC/spot-on.d/libSpotOn" + make + install -dm755 -- "$PKG/usr/lib" + install -m755 -- libspoton.so "$PKG/usr/lib/libspoton.so" + install -dm755 -- "$PKG/usr/include" + install -m755 -- libspoton.h "$PKG/usr/include/libspoton.h" +}