Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
5bb235 1 #
KC 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
f00f12 21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
f4fe39 22 # Copyright (c) 2019, Michal Nowak
973f0d 23 # Copyright (c) 2023, Niklas Poslovski
5bb235 24 #
973f0d 25 BUILD_STYLE=meson
f4fe39 26 include ../../../make-rules/shared-macros.mk
5bb235 27
KC 28 COMPONENT_NAME=        elinks
973f0d 29 COMPONENT_VERSION=    0.16.1.1
NP 30 COMPONENT_PROJECT_URL=    https://github.com/rkd77/elinks
5bb235 31 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
973f0d 32 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
35e110 33 COMPONENT_ARCHIVE_HASH=    \
973f0d 34     sha256:303c6f830b98658dcb813b68432ecde27d3857ccf1e765109fb6b0edb89f5095
NP 35 COMPONENT_ARCHIVE_URL=    https://github.com/rkd77/$(COMPONENT_NAME)/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
36 COMPONENT_FMRI=        web/browser/elinks
37 COMPONENT_SUMMARY=    advanced text-mode WWW browser
38 COMPONENT_CLASSIFICATION=    Applications/Internet
39 COMPONENT_LICENSE=    GPLv2
40 COMPONENT_LICENSE_FILE=    COPYING
5bb235 41
d0d8bd 42 TEST_TARGET=$(NO_TESTS)
AL 43 include $(WS_MAKE_RULES)/common.mk
5bb235 44
973f0d 45 CONFIGURE_OPTIONS += -Dgpm=false
NP 46 CONFIGURE_OPTIONS += -Didn=false
874137 47
6a9fe7 48 # Auto-generated dependencies
AL 49 REQUIRED_PACKAGES += library/expat
973f0d 50 REQUIRED_PACKAGES += library/security/openssl-31
NP 51 REQUIRED_PACKAGES += library/tre
6a9fe7 52 REQUIRED_PACKAGES += library/zlib
AL 53 REQUIRED_PACKAGES += system/library