Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
898f39 1 #
E 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 2021 erwinlem
13 #
14
49611c 15 BUILD_BITS= 64
7eb527 16 OPENSSL_VERSION= 3.1
898f39 17 include ../../../make-rules/shared-macros.mk
E 18
19 COMPONENT_NAME=        nzbget
7eb527 20 COMPONENT_VERSION=    22.0
898f39 21 COMPONENT_SUMMARY=    Binary newsreader supporting NZB files
7eb527 22 COMPONENT_PROJECT_URL=    https://nzbget.com
898f39 23 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
7eb527 24 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
AW 25 COMPONENT_ARCHIVE_URL=    https://github.com/nzbgetcom/nzbget/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
26 COMPONENT_ARCHIVE_HASH=    sha256:2bec63a0c5c0fed0779adca488499f890f603dcc8f161ae6bcff62e866b1d24b
49611c 27 COMPONENT_FMRI=        network/nzbget
7eb527 28 COMPONENT_CLASSIFICATION=    Applications/Internet
898f39 29 COMPONENT_LICENSE=    GPL-2.0 License
E 30 COMPONENT_LICENSE_FILE=    COPYING
31
7eb527 32 TEST_TARGET= $(NO_TESTS)
898f39 33 include $(WS_MAKE_RULES)/common.mk
E 34
49611c 35 CONFIGURE_ENV += MAKE=$(GMAKE)
898f39 36
E 37 # Auto-generated dependencies
38 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
39 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
40 REQUIRED_PACKAGES += SUNWcs
41 REQUIRED_PACKAGES += library/libxml2
42 REQUIRED_PACKAGES += library/ncurses
7eb527 43 REQUIRED_PACKAGES += library/security/openssl-31
898f39 44 REQUIRED_PACKAGES += library/zlib
E 45 REQUIRED_PACKAGES += system/library