firefox: update to 128.0.3
[oi-userland.git] / components / sysutils / gtkperf / Makefile
blob2ccf4656ebdb59b7496b2dd408fcbaf24e557f4e
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 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2019 Nona Hansel
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= gtkperf
20 COMPONENT_VERSION= 0.40
21 COMPONENT_REVISION= 3
22 COMPONENT_SUMMARY= Gtk+ performance testing application
23 COMPONENT_SRC= $(COMPONENT_NAME)
24 COMPONENT_ARCHIVE= $(COMPONENT_NAME)_$(COMPONENT_VERSION).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b
27 COMPONENT_ARCHIVE_URL= \
28 http://sourceforge.net/projects/gtkperf/files/gtkperf/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
29 COMPONENT_PROJECT_URL= http://gtkperf.sourceforge.net/
30 COMPONENT_BUILD_ARGS= -j50
32 include $(WS_MAKE_RULES)/common.mk
34 COMPONENT_PREP_ACTION += \
35 ( cd $(@D) && \
36 $(TOUCH) config.rpath &&\
37 autoreconf -fi)
39 CONFIGURE_OPTIONS += --disable-nls
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES += library/desktop/atk
43 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
44 REQUIRED_PACKAGES += library/desktop/gtk2
45 REQUIRED_PACKAGES += library/desktop/pango
46 REQUIRED_PACKAGES += library/glib2
47 REQUIRED_PACKAGES += system/library