- Timestamp:
- 09/25/09 18:38:13 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/contrib/build-openwrt-kamikazeipk8.09up/wifidog/Makefile
r1420 r1422 1 1 # 2 2 # Copyright (C) 2006,2008 OpenWrt.org 3 # Copyright (C) 2008 Technologies Coeus inc.4 3 # 5 4 # This is free software, licensed under the GNU General Public License v2. 6 5 # See /LICENSE for more information. 7 6 # 8 # $Id$9 7 10 8 include $(TOPDIR)/rules.mk 11 9 12 10 PKG_NAME:=wifidog 13 PKG_VERSION:= 1.1.514 PKG_RELEASE:= 211 PKG_VERSION:=20090925 12 PKG_RELEASE:=1 15 13 16 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz … … 26 24 SECTION:=net 27 25 CATEGORY:=Network 28 DEPENDS:=+ kmod-ipt-extra +iptables-mod-extra +kmod-ipt-ipopt +iptables-mod-ipopt +kmod-ipt-nat +iptables-mod-nat +libpthread +kmod-ipt-nat-extra +iptables-mod-nat-extra26 DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat +iptables-mod-nat-extra +libpthread 29 27 TITLE:=A wireless captive portal solution 30 28 URL:=http://www.wifidog.org … … 32 30 33 31 define Package/wifidog/description 34 The Wifidog project is a complete and embeddable captive 35 portal solution for wireless community groups or individuals 36 who wish to open a free Hotspot while still preventing abuse 32 The Wifidog project is a complete and embeddable captive 33 portal solution for wireless community groups or individuals 34 who wish to open a free Hotspot while still preventing abuse 37 35 of their Internet connection. 38 36 endef … … 45 43 DESTDIR="$(PKG_INSTALL_DIR)" \ 46 44 all install 47 45 48 46 define Package/wifidog/install 49 47 $(INSTALL_DIR) $(1)/usr/bin … … 54 52 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libhttpd.so* $(1)/usr/lib/ 55 53 $(INSTALL_DIR) $(1)/etc 56 $(INSTALL_ CONF) $(PKG_BUILD_DIR)/wifidog.conf $(1)/etc/57 $(INSTALL_ CONF) $(PKG_BUILD_DIR)/wifidog-msg.html $(1)/etc/54 $(INSTALL_DATA) ./files/wifidog.conf $(1)/etc/ 55 $(INSTALL_DATA) $(PKG_BUILD_DIR)/wifidog-msg.html $(1)/etc/ 58 56 $(INSTALL_DIR) $(1)/etc/init.d 59 57 $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/wifidog
