milis/talimatname/genel/l/libwlocate/talimat

20 lines
543 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Konum tabanlı hizmetler için kullanılabilen paylaşılan bir kütüphane.
2016-10-26 22:34:55 +02:00
# URL: http://sourceforge.net/projects/libwlocate
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: wireless-tools
2016-10-26 22:34:55 +02:00
2017-10-28 14:10:23 +02:00
isim=libwlocate
surum=0.1
devir=1
2016-10-26 22:34:55 +02:00
2017-10-28 14:10:23 +02:00
kaynak=( https://github.com/openwifi-su/lwlocate/archive/v$surum.tar.gz)
2016-10-26 22:34:55 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd lwlocate-$surum/master
2016-10-26 22:34:55 +02:00
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
}