Add xmodmap 1.0.9 from x-S12
[unleashed-userland.git] / components / orca / Makefile
blobf2e10b3cbf8558977316dc19195c8a8e37ded9c4
1 ##
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
13 # Copyright (c) 2014 Ken Mays
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= orca
19 COMPONENT_VERSION= 2.32.1
20 COMPONENT_PROJECT_URL= http://www.gnome.org
21 COMPONENT_SUMMARY= Orca screen reader/magnifier
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:44da9da70c1b47bc87fda8f3b9da4cc1df9993d92388434f5707d39b5a832629
26 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.32/$(COMPONENT_ARCHIVE)
29 include $(WS_TOP)/make-rules/prep.mk
30 include $(WS_TOP)/make-rules/configure.mk
31 include $(WS_TOP)/make-rules/ips.mk
33 PATH=/usr/gnu/bin:/usr/bin
35 CONFIGURE_OPTIONS+= --sysconfdir=/etc
37 CONFIGURE_ENV+= PYTHON="$(PYTHON)"
39 # common targets
40 build: $(BUILD_32)
42 install: $(INSTALL_32)
44 test: $(NO_TESTS)
46 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
48 include $(WS_TOP)/make-rules/depend.mk