milis/talimatname/genel/libwlocate/talimat

20 lines
558 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Konum tabanlı hizmetler için kullanılabilen paylaşılan bir kütüphane.
# 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
}