massive Makefile cleanup, add missing 'svn:keywords' property

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5348 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2006-10-30 13:51:50 +00:00
parent d6c03f5259
commit 5cb332fb35
139 changed files with 1341 additions and 1322 deletions

View File

@ -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)
@ -27,12 +27,13 @@ define Package/nocatsplash
CATEGORY:=Network
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
@ -41,8 +42,10 @@ define Package/nocatsplash/conffiles
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
@ -53,7 +56,7 @@ define Build/Compile
endef
define Package/nocatsplash/install
mkdir -p $(1)
install -d -m0755 $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
endef