From f089563b1f9de3c4f5e7f8ff014c453b222ea533 Mon Sep 17 00:00:00 2001 From: giresun28 Date: Wed, 26 Oct 2016 23:34:55 +0300 Subject: [PATCH] libwlocate.paketlendi --- talimatname/genel/libwlocate/talimat | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 talimatname/genel/libwlocate/talimat diff --git a/talimatname/genel/libwlocate/talimat b/talimatname/genel/libwlocate/talimat new file mode 100644 index 000000000..83746f9a5 --- /dev/null +++ b/talimatname/genel/libwlocate/talimat @@ -0,0 +1,19 @@ +# Description: A shared library that can be used for location-based services. +# URL: http://sourceforge.net/projects/libwlocate +# Packager: alihan-ozturk28@hotmail.com +# Depends on: wireless-tools + +name=libwlocate +version=0.1 +release=1 + +source=( https://github.com/openwifi-su/lwlocate/archive/v$version.tar.gz) + +build() { + cd lwlocate-$version/master + make -f Makelib + make + install -Dm644 libwlocate.so $PKG/usr/lib/libwlocate.so + install -Dm644 libwlocate.h $PKG/usr/include/libwlocate.h + install -Dm755 lwtrace $PKG/usr/bin/lwtrace +}