package/network/utils/ipset: Update to 6.30
[oweals/openwrt.git] / package / network / utils / maccalc / Makefile
index 09cdfc8c2a4d350d24bfdfc12a652fe9cd4e9f27..dc11b6b7c1b59d8cef412cb16f2a7a8f0fbc28c8 100644 (file)
@@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=maccalc
 PKG_RELEASE:=1
+PKG_LICENSE:=GPL-2.0
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
@@ -24,11 +25,6 @@ define Package/maccalc/description
  This package contains a MAC address manipulation utility.
 endef
 
-define Build/Prepare
-       mkdir -p $(PKG_BUILD_DIR)
-       $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef