Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
0bbcb3 1 #
D 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2016-2017 Predrag Zečević.  All rights reserved.
14 # Copyright 2020 Andreas Wacknitz
4cefa1 15 # Copyright 2023 Stephan Althaus
0bbcb3 16 #
D 17
18 include ../../../make-rules/shared-macros.mk
19
20 # https://sourceforge.net/projects/codeblocks/files/Sources/20.03/codeblocks-20.03.tar.bz2
21
22 COMPONENT_NAME=         codeblocks
23 COMPONENT_VERSION=      20.3
24 HUMAN_VERSION=          20.03
182262 25 COMPONENT_REVISION=     4
0bbcb3 26 COMPONENT_SUMMARY=      A fast and lightweight C/C++ IDE
D 27 COMPONENT_DESCRIPTION=  Small and fast IDE, with code analysis and refactoring
4cefa1 28 #COMPONENT_SRC=          $(COMPONENT_NAME)-$(HUMAN_VERSION)
H 29 #COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.bz2
30 #COMPONENT_ARCHIVE_HASH= sha256:9c62817d65b1cbdd926438ea9f0647ca9c3a1e04e1b144fc87bde95f016f091c
31 #COMPONENT_ARCHIVE_URL=  https://sourceforge.net/projects/$(COMPONENT_NAME)/files/Sources/$(HUMAN_VERSION)/$(COMPONENT_ARCHIVE)
0bbcb3 32 COMPONENT_PROJECT_URL=  https://www.codeblocks.org
2b376f 33 COMPONENT_CLASSIFICATION=System/Text Tools
AW 34 COMPONENT_FMRI=         editor/codeblocks
0bbcb3 35 COMPONENT_LICENSE=      GPLv2
D 36
4cefa1 37 SVN_REPO=        http://svn.code.sf.net/p/codeblocks/code/trunk
H 38 SVN_REV=        13046
39 SVN_SOURCE_INFO_URL = svn://svn.code.sf.net/p/codeblocks/code/trunk@$(SVN_REV)
40
2b376f 41 TEST_TARGET= $(NO_TESTS)
0bbcb3 42 include $(WS_MAKE_RULES)/common.mk
D 43
4cefa1 44 COMPONENT_PRE_CONFIGURE_ACTION = ( cd $(SOURCE_DIR); bash bootstrap )
H 45
0bbcb3 46 # Auto-generated dependencies
D 47 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
48 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
182262 49 REQUIRED_PACKAGES += library/desktop/gtk2
0bbcb3 50 REQUIRED_PACKAGES += library/graphics/wxwidgets-3
8da4d9 51 REQUIRED_PACKAGES += library/tinyxml
0bbcb3 52 REQUIRED_PACKAGES += system/library
D 53 REQUIRED_PACKAGES += system/library/math