bison: update to 3.0.4
[unleashed-userland.git] / components / gnome-user-docs / Makefile
blobd40a354e73c9b75207dd18ad48c59628e598f80e
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= gnome-user-docs
18 COMPONENT_VERSION= 2.32.0
19 COMPONENT_PROJECT_URL= http://www.gnome.org
20 COMPONENT_SUMMARY= GNOME user documentation
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:d42c4435590e5b79c8fcf1d917aee485096c02cdc84338bc31f769219ccc87f7
25 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.32/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= documentation/gnome/gnome-user-docs
27 COMPONENT_CLASSIFICATION=Desktop (GNOME)/Documentation
28 COMPONENT_LICENSE= FDL1.1
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) && for f in gnome2-user-guide/bg/*.xml gnome2-user-guide/zh_CN/*.xml; do \
38 dos2unix -ascii $$f $$f ; done)
40 CONFIGURE_OPTIONS+= --disable-scrollkeeper
42 CONFIGURE_ENV+= PYTHON=$(PYTHON)
44 # common targets
45 build: $(BUILD_32)
47 install: $(INSTALL_32)
49 test: $(NO_TESTS)
51 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
53 include $(WS_TOP)/make-rules/depend.mk