summaryrefslogtreecommitdiff
path: root/geolocate
diff options
context:
space:
mode:
authormiau <miaukatzemiau@priveasy.de>2012-06-19 14:21:30 (GMT)
committermiau <miaukatzemiau@priveasy.de>2012-06-19 14:23:57 (GMT)
commit0154ac016319784dcebe1dcb67af9858cc302a4d (patch)
tree4d9d53aeec14193844c67008481550c8cacf095e /geolocate
parent87190c8d1770caec2a74a398d6f0d78b6ee85ad5 (diff)
add fsm, geolocate, p2ptbl, shuf
Diffstat (limited to 'geolocate')
-rw-r--r--geolocate/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/geolocate/Makefile b/geolocate/Makefile
new file mode 100644
index 0000000..bfb3699
--- /dev/null
+++ b/geolocate/Makefile
@@ -0,0 +1,39 @@
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=geolocate
+PKG_VERSION:=20120620
+PKG_RELEASE:=1
+PKG_REV:=769792c00de12cd885c380402aef9b5987f44d9c
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_REV).tar.gz
+PKG_MD5SUM:=always-use-git
+PKG_SOURCE_URL:=git://code.sotun.de/ffj/geolocate
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_VERSION:=$(PKG_REV)
+PKG_SOURCE_PROTO:=git
+
+include $(INCLUDE_DIR)/package.mk
+
+define Package/geolocate
+ SECTION:=base
+ CATEGORY:=Utilities
+ DEFAULT:=n
+ TITLE:=Learn device location using wifi neighbours
+ URL:=http://code.sotun.de/git/ffj/geolocate
+ DEPENDS:=uci
+endef
+
+define Package/geolocate/description
+ Send the neighbouring wifi networks to google and get the
+ geolocation in return. The result is stored via UCI.
+endef
+
+define Build/Compile
+endef
+
+define Package/geolocate/install
+ $(INSTALL_DIR) $(1)/usr/sbin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/geolocate $(1)/usr/sbin/
+endef
+
+$(eval $(call BuildPackage,geolocate))
contact: Jan Huwald // Impressum