add python/ipaddress-1.0.18
[unleashed-userland.git] / components / gok / Makefile
blob231505981bee5ee19368b51313f0a955ae1c8218
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) 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gok
18 COMPONENT_VERSION= 2.30.1
19 COMPONENT_PROJECT_URL= http://www.gnome.org
20 COMPONENT_SUMMARY= GNOME On-screen Keyboard
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:6422dedb80c2cb3d5ee47238227960dc0e6dde0d0d1351cc7d11de06089c36c0
25 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.30/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= gnome/accessibility/gok
27 COMPONENT_CLASSIFICATION= Applications/Universal Access
28 COMPONENT_LICENSE= LGPLv2
29 COMPONENT_LICENSE_FILE= COPYING
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/configure.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 PATH=/usr/gnu/bin:/usr/bin
37 COMPONENT_PREP_ACTION = ( cd $(@D) && \
38 m4 gok-with-references.schemas.m4 > gok-with-references.schemas.in &&\
39 libtoolize --copy --force &&\
40 glib-gettextize -f &&\
41 intltoolize --force --copy &&\
42 aclocal -I .&&\
43 automake -c -f -a &&\
44 autoconf )
46 COMPONENT_PRE_CONFIGURE_ACTION = (cp -rp $(SOURCE_DIR)/* $(@D) && \
47 cp -r $(COMPONENT_DIR)/files/po-sun $(@D) && \
48 cd $(@D)/po-sun && $(MAKE) all )
50 CONFIGURE_OPTIONS+= --sysconfdir=/etc
51 CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
52 CONFIGURE_OPTIONS+= --enable-xevie=no
53 CONFIGURE_OPTIONS+= --disable-gtk-doc
55 COMPONENT_INSTALL_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
57 # common targets
58 build: $(BUILD_32)
60 install: $(INSTALL_32)
62 test: $(NO_TESTS)
64 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
66 include $(WS_TOP)/make-rules/depend.mk