# $Id: Makefile 1146 2005-06-05 13:32:28Z nbd $

include $(TOPDIR)/rules.mk

PKG_NAME:=qos-scripts
PKG_VERSION:=0.9.1
PKG_RELEASE:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

include $(TOPDIR)/include/package.mk

define Package/qos-scripts
SECTION:=base
CATEGORY:=Network
TITLE:=QoS scripts
DEFAULT:=y
DEPENDS:=+tc @+PACKAGE_KMOD_SCHED +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-extra +iptables-mod-conntrack +iptables-mod-imq
DESCRIPTION:=QoS scripts
endef

define Build/Prepare
	mkdir -p $(PKG_BUILD_DIR)
endef

define Build/Configure
endef

define Build/Compile
endef

define Package/qos-scripts/install
	$(CP) ./files/* $(1)/
endef

$(eval $(call BuildPackage,qos-scripts))
