X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cfa0411c2c6840f87aff35627dea05adbbe762e9..944b178f530a99ab46b4f2321869023131a3e137:/openwrt/package/ebtables/Makefile diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile index 6df16dd77..809caf3c0 100644 --- a/openwrt/package/ebtables/Makefile +++ b/openwrt/package/ebtables/Makefile @@ -1,14 +1,12 @@ -############################################################# -# -# ebtables -# -############################################################# +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=ebtables PKG_VERSION:=2.0.6 PKG_RELEASE:=1 PKG_MD5SUM:=c4559af2366c764c6c42a3fdd40d60d3 + PKG_SOURCE_URL:=@SF/ebtables PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION) @@ -21,6 +19,7 @@ $(DL_DIR)/$(PKG_SOURCE): $(PKG_BUILD_DIR)/.unpacked: $(DL_DIR)/$(PKG_SOURCE) $(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - + $(PATCH) $(PKG_BUILD_DIR) ./patches touch $(PKG_BUILD_DIR)/.unpacked $(PKG_BUILD_DIR)/ebtables: $(PKG_BUILD_DIR)/.unpacked