gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / python / jokosher / Makefile
blob9b23fa49cac4eecf2efcd3ad2e115a07421ff5e4
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 (c) 2014 Alexander Pyhalov. All rights reserved.
15 include ../../../make-rules/shared-macros.mk
17 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
19 COMPONENT_NAME= jokosher
20 COMPONENT_VERSION= 0.11.5
21 COMPONENT_REVISION= 2
22 COMPONENT_PROJECT_URL= http://jokosher.org
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:489e0d06c28c3a11b817e7d6e49573ad4942a9cd426ad62dbbf94f3cca03dedb
27 COMPONENT_ARCHIVE_URL= http://launchpad.net/jokosher/trunk/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
29 PYTHON_VERSIONS= 2.7
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/setup.py.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 PYTHON_DATA = /usr
37 # common targets
38 build: $(BUILD_NO_ARCH)
40 install: $(INSTALL_NO_ARCH)
42 COMPONENT_POST_INSTALL_ACTION = \
43 (cd $(PROTO_DIR)/usr/bin ; \
44 $(MV) jokosher jokosher-$(PYTHON_VERSION); )
46 test: $(NO_TEST)
48 REQUIRED_PACKAGES += library/python/pygobject-27
49 REQUIRED_PACKAGES += library/python/pygtk2-27
50 REQUIRED_PACKAGES += library/python/python-gst-27
51 REQUIRED_PACKAGES += runtime/python-27