milis/talimatname/genel/l/libspoton/talimat

21 lines
585 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Spot-On bağlam kütüphanesi
2018-08-08 14:18:27 +02:00
# URL: https://textbrowser.github.io/spot-on/
# Paketçi: milisarge
# Gerekler: sqlite unzip libgcrypt libntru
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=libspoton
surum=2017.01.20
devir=1
kaynak=(http://downloads.sourceforge.net/project/spot-on/Version%20${surum}/Spot-On-Src.d.zip?r=)
derle() {
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"
}