libspoton.paketlendi

This commit is contained in:
milisarge 2017-03-29 03:21:36 +03:00
parent f1f2ea94f7
commit a44a40822b
1 changed files with 19 additions and 0 deletions

View File

@ -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"
}