Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
commit | author | age
3d2c4f 1 #
AS 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2016 Andreas Grueninger, Grueninger GmbH, (grueni). All rights reserved. 
13 #
14
a16404 15 BUILD_STYLE= configure
AW 16 BUILD_BITS= 64
3d2c4f 17 include ../../../make-rules/shared-macros.mk
AS 18
ec8b5a 19 COMPONENT_NAME=         arpsend
a16404 20 COMPONENT_VERSION=      1.2.5
AW 21 COMPONENT_SUMMARY=      arpsend sends an Ethernet frame containing an IP ARP request or reply packet containing fields you specify.
22 COMPONENT_PROJECT_URL=  https://www.net.princeton.edu/software/$(COMPONENT_NAME)
ec8b5a 23 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
AL 24 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
a16404 25 COMPONENT_ARCHIVE_HASH= sha256:a96fd5293c1b0f53238194faffa9f16c05aacd02be8d77fadfb18a1190f06ad6
AW 26 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE) 
27 COMPONENT_FMRI=         utility/$(COMPONENT_NAME)
28 COMPONENT_CLASSIFICATION=Applications/System Utilities
29 COMPONENT_LICENSE=      BSD, GPLv2, LGPLv2
3d2c4f 30
a16404 31 TEST_TARGET= $(NO_TESTS)
ec8b5a 32 include $(WS_MAKE_RULES)/common.mk
3d2c4f 33
a16404 34 COMPONENT_PRE_CONFIGURE_ACTION= ( $(CLONEY) $(SOURCE_DIR) $(@D) )
3d2c4f 35
a16404 36 CONFIGURE_OPTIONS += --with-libnet=$(USRDIR)
3d2c4f 37
6cf8ba 38 # Auto-generated dependencies
3d2c4f 39 REQUIRED_PACKAGES += system/library
AS 40 REQUIRED_PACKAGES += system/library/libnet