milis/talimatname/genel/l/libspoton/talimat

20 lines
570 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Spot-On bağlam kütüphanesi
2017-03-29 02:21:36 +02:00
# URL: http://spot-on.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: sqlite unzip libgcrypt libntru
2017-03-29 02:21:36 +02:00
2017-10-28 14:10:23 +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=)
2017-03-29 02:21:36 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-03-29 02:21:36 +02:00
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"
}