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 2016 Jim Klimov <jimklimov@gmail.com>
15 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
17 COMPONENT_NAME
= openmsx
18 COMPONENT_VERSION
= 0.3.1
19 COMPONENT_PROJECT_URL
= http
://dev.openttdcoop.org
/projects
/$(COMPONENT_NAME
)
20 COMPONENT_FMRI
= games
/openttd
/$(COMPONENT_NAME
)
21 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
22 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
)-all.zip
23 COMPONENT_ARCHIVE_HASH
= \
24 sha256
:92e293ae89f13ad679f43185e83fb81fb8cad47fe63f4af3d3d9f955130460f5
25 #COMPONENT_ARCHIVE_URL= https://binaries.openttd.org/extra/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
26 COMPONENT_ARCHIVE_URL
= https
://proxy.binaries.openttd.org
/$(COMPONENT_NAME
)-releases
/$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
27 COMPONENT_SUMMARY
= Opensource music set for OpenTTD
28 COMPONENT_CLASSIFICATION
="Applications/Games"
30 CONFIGURE_DEFAULT_DIRS
=no
33 include $(WS_TOP
)/make-rules
/prep.mk
34 include $(WS_TOP
)/make-rules
/ips.mk
36 OPENTTD_SHARE_DIR
=$(CONFIGURE_PREFIX
)/share
/openttd
37 PKG_OPTIONS
+= -D OPENTTD_SHARE_DIR
="$(OPENTTD_SHARE_DIR)"
38 PKG_OPTIONS
+= -D COMPONENT_SRC
="$(COMPONENT_SRC)"