X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fwifidog%2FMakefile;h=9fdc0feb91cb8bd77604c44595c104faf06387ea;hp=8c6f1104e651e605c7c8780ca5ec02f8c4e4d19a;hb=075fb33d311433e7be972be8cb64ed01a965714b;hpb=b859a7d382dc93ab696243b68cb62977e2d0ce9f diff --git a/net/wifidog/Makefile b/net/wifidog/Makefile index 8c6f1104e6..9fdc0feb91 100644 --- a/net/wifidog/Makefile +++ b/net/wifidog/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006,2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,16 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wifidog -PKG_VERSION:=1.1.3_rc1 +PKG_VERSION:=1.1.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= @SF/$(PKG_NAME) -PKG_MD5SUM:=2df210852bace3eb740f9344b843f6c3 -PKG_CAT:=zcat +PKG_MD5SUM:=daa4f492dd6acafe0a7127d07633aca5 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_FIXUP = libtool include $(INCLUDE_DIR)/package.mk @@ -26,16 +24,18 @@ define Package/wifidog SUBMENU:=Captive Portals SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat +libgcc +libpthread + DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat +libpthread TITLE:=A wireless captive portal solution - DESCRIPTION:=\ - The Wifidog project is a complete and embeddable captive \\\ - portal solution for wireless community groups or individuals \\\ - who wish to open a free Hotspot while still preventing abuse \\\ - of their Internet connection. URL:=http://www.wifidog.org endef +define Package/wifidog/description + The Wifidog project is a complete and embeddable captive + portal solution for wireless community groups or individuals + who wish to open a free Hotspot while still preventing abuse + of their Internet connection. +endef + define Package/wifidog/conffiles /etc/wifidog.conf endef @@ -47,8 +47,8 @@ MAKE_FLAGS += \ define Package/wifidog/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/scripts/init.d/wifidog $(1)/usr/bin/wifidog-init - $(CP) $(PKG_INSTALL_DIR)/usr/bin/wifidog $(1)/usr/bin/ - $(CP) $(PKG_INSTALL_DIR)/usr/bin/wdctl $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/wifidog $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/wdctl $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libhttpd.so* $(1)/usr/lib/ $(INSTALL_DIR) $(1)/etc