[packages] lxc: update to 1.0.3
[packages.git] / utils / wifitoggle / Makefile
index 017b3de..adec3fb 100644 (file)
@@ -1,5 +1,6 @@
-# 
-# Copyright (C) 2010 segal.di.ubi.pt 
+#
+# Copyright (C) 2010-2013 OpenWrt.org
+# Copyright (C) 2010 segal.di.ubi.pt
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,20 +10,21 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wifitoggle
 PKG_VERSION:=1
-PKG_RELEASE:=1
+PKG_RELEASE:=4
+
+PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
 
 include $(INCLUDE_DIR)/package.mk
 
 define Package/wifitoggle
   SECTION:=utils
   CATEGORY:=Utilities
-  TITLE:=Script to toogle WiFi with a button and UCI config
-  MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
+  TITLE:=Script to toggle Wi-Fi with a button and UCI config
 endef
 
 define Package/wifitoggle/description
-Very versatile script to toogle WiFi with a button. Allows to set
-timeouts, persist changes after boot, and set leds acording to the state.
+Very versatile script to toggle Wi-Fi with a button. Allows to set
+timeouts, persist changes after boot, and set LEDs according to the state.
 endef
 
 define Package/wifitoggle/conffiles
@@ -33,7 +35,10 @@ define Build/Compile
 endef
 
 define Package/wifitoggle/install
-       $(CP) ./files/* $(1)
+       $(INSTALL_DIR) $(1)/etc/hotplug.d/button
+       $(INSTALL_BIN) ./files/wifitoggle.hotplug $(1)/etc/hotplug.d/button/50-wifitoggle
+       $(INSTALL_DIR) $(1)/etc/config
+       $(INSTALL_DATA) ./files/wifitoggle.config $(1)/etc/config/wifitoggle
 endef
 
 $(eval $(call BuildPackage,wifitoggle))