Revert "remove tsol from xorg-server"
[unleashed-userland.git] / components / devhelp / Makefile
blobfb5cee3900f706efe81fcfd182186cb5c0e94a3a
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 2013 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= devhelp
19 COMPONENT_VERSION= 2.32.0
20 COMPONENT_REVISION= 1
21 COMPONENT_SUMMARY= API documentation browser for GNOME 2
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:61b342cbaf27379be9baa5df1f34c9464916601ec4378fa7e1c76fcc686553e4
26 COMPONENT_ARCHIVE_URL= \
27 http://download.gnome.org/sources/devhelp/2.32/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL = https://wiki.gnome.org/Apps/Devhelp
30 include ../../make-rules/prep.mk
31 include ../../make-rules/configure.mk
32 include ../../make-rules/ips.mk
34 CXXFLAGS+= -std=gnu++0x
36 COMPONENT_PREP_ACTION = (cd $(@D); autoreconf --install --force)
38 # We get Werror without building in separate directory, and it's not good
39 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
41 CONFIGURE_OPTIONS+= --sysconfdir=/etc
42 CONFIGURE_ENV += XGETTEXT=/usr/gnu/bin/xgettext
43 CONFIGURE_ENV += MSGFMT=/usr/gnu/bin/msgfmt
45 build: $(BUILD_32)
47 install: $(INSTALL_32)