Revert "remove tsol from xorg-server"
[unleashed-userland.git] / components / libgail-gnome / Makefile
blobe02d8ba94012ea745298b60d1fa13e08ce5e96e8
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.
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.
13 # Copyright 2015 Alexander Pyhalov
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= libgail-gnome
19 COMPONENT_VERSION= 1.20.4
20 COMPONENT_SUMMARY= Accessibility implementation for GTK+ and GNOME libraries
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:c28f6757bdcf0651883837fc77708aa6b826438c1b96c39332eb9d53ae1bf0b0
25 COMPONENT_ARCHIVE_URL= \
26 http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/1.20/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.gnome.org
28 COMPONENT_FMRI= gnome/accessibility/libgail-gnome
29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
30 COMPONENT_LICENSE = LGPLv2
31 COMPONENT_LICENSE_FILE = COPYING
33 include ../../make-rules/prep.mk
34 include ../../make-rules/configure.mk
35 include ../../make-rules/ips.mk
37 PATH=/usr/gnu/bin:/usr/bin
39 CONFIGURE_OPTIONS += --sysconfdir=/etc
40 CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
42 CONFIGURE_ENV += PYTHON=$(PYTHON)
44 build: $(BUILD_32)
46 install: $(INSTALL_32)
48 test: $(NO_TESTS)