gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / openindiana / cmdassist / Makefile
blob260bd7831ae061fe0295dddf39b213ba5b51b0ef
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 2015 Alexander Pyhalov
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= cmdassist
18 COMPONENT_VERSION= 0.5.11
19 COMPONENT_PROJECT_URL= http://www.openindiana.org
20 COMPONENT_SUMMARY= Command Assistant
21 COMPONENT_SRC= $(COMPONENT_NAME)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:41807d82f2ca7a983095ff32b709ae57d5b57f3c0a4b4f2e3b3349ece0a5eacd
25 COMPONENT_ARCHIVE_URL= http://dlc.openindiana.org/oi-build/source-archives/$(COMPONENT_ARCHIVE)
26 COMPONENT_LICENSE_FILE= cmdassist.license
27 COMPONENT_LICENSE= CDDL
28 COMPONENT_FMRI= gnome/cmdassist
29 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Documentation
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 libtoolize --copy --force &&\
39 glib-gettextize -f &&\
40 intltoolize --force --copy &&\
41 gnome-doc-prepare --force &&\
42 gnome-doc-common &&\
43 aclocal &&\
44 autoheader &&\
45 automake -c -f -a &&\
46 autoconf )
48 # common targets
49 build: $(BUILD_32)
51 install: $(INSTALL_32)
53 test: $(NO_TESTS)