X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fnocatsplash%2FMakefile;h=d147681b94dc1a1e95b6c24c7fa866a30a2d13aa;hp=9892e0e01d7feaff6640982639ff53c183af56d8;hb=efcdd63a11f7677dc28dad1b7322e5501269db49;hpb=17980113b63ff48f28c30d087f90d4dbec40ac5b diff --git a/net/nocatsplash/Makefile b/net/nocatsplash/Makefile index 9892e0e01d..d147681b94 100644 --- a/net/nocatsplash/Makefile +++ b/net/nocatsplash/Makefile @@ -11,10 +11,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nocatsplash PKG_VERSION:=0.92 PKG_RELEASE:=1 -PKG_MD5SUM:=e0fcc0effe52e63bc31070d16d0b4a81 -PKG_SOURCE_URL:=http://wifi.rulez.org/~josephus/ PKG_SOURCE:=NoCatSplash-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://wifi.rulez.org/~josephus/ +PKG_MD5SUM:=e0fcc0effe52e63bc31070d16d0b4a81 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/NoCatSplash-$(PKG_VERSION) @@ -25,20 +25,27 @@ include $(INCLUDE_DIR)/package.mk define Package/nocatsplash SECTION:=net CATEGORY:=Network - DEPENDS:=+glib + DEPENDS:=+glib1 TITLE:=Open public network gateway daemon - DESCRIPTION:=NoCatSplash is an Open Public Network Gateway Daemon.\\\ - It performs as a [captive/open/active] portal. When run on a gateway/router\\\ - on a network, all web requests are redirected until the client either logs\\\ - in or clicks "I Accept" to an AUP. The gateway daemon then changes the\\\ - firewall rules on the gateway to pass traffic for that client (based on IP\\\ - address and MAC address).\\\ + DESCRIPTION:=\ + NoCatSplash is an Open Public Network Gateway Daemon.\\\ + It performs as a [captive/open/active] portal. When run on a gateway/router \\\ + on a network, all web requests are redirected until the client either logs \\\ + in or clicks "I Accept" to an AUP. The gateway daemon then changes the \\\ + firewall rules on the gateway to pass traffic for that client (based on IP \\\ + address and MAC address). URL:=http://nocat.net endef +define Package/nocatsplash/conffiles +/etc/nocat.conf +endef + define Build/Configure -$(call Build/Configure/Default, --with-firewall=iptables \ - --with-glib-prefix="$(STAGING_DIR)/usr") + $(call Build/Configure/Default, \ + --with-firewall=iptables \ + --with-glib-prefix="$(STAGING_DIR)/usr" \ + ) endef define Build/Compile @@ -49,7 +56,7 @@ define Build/Compile endef define Package/nocatsplash/install - mkdir -p $(1) + $(INSTALL_DIR) $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)/ endef