libgcrypt: update to 1.8.3
[unleashed-userland.git] / components / library / vte / Makefile
blobfc5c61bb20f8f986b2525ff05c5b510d812f9fa5
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 COMPONENT_NAME= vte
18 COMPONENT_VERSION= 0.28.2
19 COMPONENT_REVISION= 3
20 COMPONENT_PROJECT_URL= http://www.gnome.org
21 COMPONENT_SUMMARY= Terminal emulation widget for GTK+
22 COMPONENT_FMRI= library/desktop/vte
23 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903
28 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/0.28/$(COMPONENT_ARCHIVE)
30 include $(WS_TOP)/make-rules/prep.mk
31 include $(WS_TOP)/make-rules/configure.mk
32 include $(WS_TOP)/make-rules/ips.mk
34 PATH=/usr/gnu/bin:/usr/bin
36 COMPONENT_PREP_ACTION = ( cd $(@D) && \
37 libtoolize --force &&\
38 gtkdocize &&\
39 aclocal -I . &&\
40 autoconf &&\
41 autoheader &&\
42 automake -c -f -a )
44 CONFIGURE_OPTIONS+= --sysconfdir=/etc
45 CONFIGURE_OPTIONS+= --disable-scrollkeeper
46 CONFIGURE_OPTIONS+= --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
47 CONFIGURE_OPTIONS+= --localstatedir=/var/lib
48 CONFIGURE_OPTIONS+= --disable-Bsymbolic
50 CONFIGURE_ENV += PYTHON=$(PYTHON)
52 COMPONENT_POST_INSTALL_ACTION = ( mv -f $(PROTO_DIR)/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule.so \
53 $(PROTO_DIR)/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule-$(BITS).so)
55 # common targets
57 $(INSTALL_32): $(INSTALL_64)
59 build: $(BUILD_32_and_64)
61 install: $(INSTALL_32_and_64)
63 test: $(NO_TESTS)
65 REQUIRED_PACKAGES += library/desktop/atk
66 REQUIRED_PACKAGES += library/desktop/cairo
67 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
68 REQUIRED_PACKAGES += library/desktop/gtk2
69 REQUIRED_PACKAGES += library/desktop/pango
70 REQUIRED_PACKAGES += library/glib2
71 REQUIRED_PACKAGES += library/ncurses
72 REQUIRED_PACKAGES += runtime/python-27
73 REQUIRED_PACKAGES += system/library
74 REQUIRED_PACKAGES += system/library/math
75 REQUIRED_PACKAGES += x11/library/libx11