Show
Ignore:
Timestamp:
09/25/09 18:38:13 (4 years ago)
Author:
gbastien
Message:

* Release 20090925
* Update contrib Makefiles

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/contrib/build-openwrt-kamikazeipk8.09up/wifidog/Makefile

    r1420 r1422  
    11# 
    22# Copyright (C) 2006,2008 OpenWrt.org 
    3 # Copyright (C) 2008 Technologies Coeus inc. 
    43# 
    54# This is free software, licensed under the GNU General Public License v2. 
    65# See /LICENSE for more information. 
    76# 
    8 # $Id$ 
    97 
    108include $(TOPDIR)/rules.mk 
    119 
    1210PKG_NAME:=wifidog 
    13 PKG_VERSION:=1.1.5 
    14 PKG_RELEASE:=2 
     11PKG_VERSION:=20090925 
     12PKG_RELEASE:=1 
    1513 
    1614PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 
     
    2624  SECTION:=net 
    2725  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-extra 
     26  DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat +iptables-mod-nat-extra +libpthread 
    2927  TITLE:=A wireless captive portal solution 
    3028  URL:=http://www.wifidog.org 
     
    3230 
    3331define 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 
    3735        of their Internet connection. 
    3836endef 
     
    4543        DESTDIR="$(PKG_INSTALL_DIR)" \ 
    4644        all install 
    47  
     45         
    4846define Package/wifidog/install 
    4947        $(INSTALL_DIR) $(1)/usr/bin 
     
    5452        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libhttpd.so* $(1)/usr/lib/ 
    5553        $(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/ 
    5856        $(INSTALL_DIR) $(1)/etc/init.d 
    5957        $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/wifidog