gcc-6: don't ship info pages
[unleashed-userland.git] / components / python / configobj / Makefile
blob67a8a84a2a8dba15d583f75d931b55930db7354f
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 Alexander Pyhalov
15 include ../../../make-rules/shared-macros.mk
17 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
19 COMPONENT_NAME= configobj
20 COMPONENT_VERSION= 5.0.6
21 COMPONENT_REVISION= 1
22 COMPONENT_PROJECT_URL= https://github.com/DiffSK/configobj
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902
27 COMPONENT_ARCHIVE_URL= https://pypi.python.org/packages/source/c/configobj/$(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 # common targets
36 build: $(BUILD_NO_ARCH)
38 install: $(INSTALL_NO_ARCH)
40 test: $(NO_TEST)