gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / x11 / xrestop / Makefile
blob33190596679332d70d67a51975862fad97b4364a
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 2017 Gary Mills
14 # Copyright 2016 Aurelien Larcher
17 BUILD_BITS=64
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= xrestop
21 COMPONENT_VERSION= 0.6
22 COMPONENT_SUMMARY= the xrestop X-Resource top utility
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
25 COMPONENT_ARCHIVE_HASH= sha256:2e2ec111c4b2798b5dc2dc2b3ec7af4f6b261946e903b8e14db046831d203b29
26 COMPONENT_ARCHIVE_URL= https://xorg.freedesktop.org/archive/individual/app/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL= https://www.x.org/
28 COMPONENT_FMRI= x11/xrestop
29 COMPONENT_CLASSIFICATION= System/X11
30 COMPONENT_LICENSE= MIT
31 COMPONENT_LICENSE_FILE= COPYING
33 TEST_TARGET = $(NO_TESTS)
34 include $(WS_MAKE_RULES)/common.mk
36 PATH = $(PATH.gnu)
38 COMPONENT_PREP_ACTION = ( \
39 cd $(@D) && \
40 $(MKDIR) m4 && \
41 libtoolize --copy --force && \
42 aclocal -I m4 && \
43 automake -c -f -a && \
44 autoconf )
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES += library/ncurses
48 REQUIRED_PACKAGES += system/library
49 REQUIRED_PACKAGES += x11/library/libx11
50 REQUIRED_PACKAGES += x11/library/libxres