2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Konum tabanlı hizmetler için kullanılabilen paylaşılan bir kütüphane.
|
|
|
|
|
# URL: http://sourceforge.net/projects/libwlocate
|
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Gerekler: wireless-tools
|
2018-08-08 14:18:27 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=libwlocate
|
|
|
|
|
surum=0.1
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=( https://github.com/openwifi-su/lwlocate/archive/v$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd lwlocate-$surum/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
|
|
|
|
|
}
|