nrpe: update to 4.1.3
[oi-userland.git] / components / sysutils / ncdu / Makefile
blobaa97a21f5213dfe22c67dade6ea35ae6b84fa7bd
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.
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.
12 # Copyright 2018 Harry Liebel
13 # Copyright 2021 Andreas Wacknitz
16 BUILD_BITS= 64
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= ncdu
20 COMPONENT_VERSION= 1.16
21 COMPONENT_PROJECT_URL= https://dev.yorhel.nl/$(COMPONENT_NAME)
22 COMPONENT_SUMMARY= NCurses Disk Usage
23 COMPONENT_DESCRIPTION= Disk usage analyzer with an ncurses interface
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= sha256:2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4
27 COMPONENT_ARCHIVE_URL= https://dev.yorhel.nl/download/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= file/ncdu
29 COMPONENT_CLASSIFICATION= Applications/System Utilities
30 COMPONENT_LICENSE= MIT
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 CFLAGS += -I/usr/include/ncurses
37 # Auto-generated dependencies
38 REQUIRED_PACKAGES += library/ncurses
39 REQUIRED_PACKAGES += system/library