bzip2: change to new library paths
[unleashed-userland.git] / components / fsexam / Makefile
blobff62b9e2cb7c99d4484f30a50eb48649c906ad17
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= fsexam
18 COMPONENT_VERSION= 0.8.1
19 COMPONENT_SUMMARY= File System Examiner is used to migrate file name and file content from legacy encoding to UTF8 encoding
20 COMPONENT_FMRI= storage/fsexam
21 COMPONENT_CLASSIFICATION= Applications/System Utilities
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:392b69723b5ae9589d4b11941a8e0e0c9f2605aec430eac5f3dadf9d3c9c01d8
26 COMPONENT_ARCHIVE_URL= http://dlc.openindiana.org/oi/jds/downloads/sources/$(COMPONENT_ARCHIVE)
27 COMPONENT_LICENSE= CDDL
28 COMPONENT_LICENSE_FILE= COPYING
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 intltoolize --copy --force --automake &&\
38 libtoolize --copy --force &&\
39 aclocal -I . &&\
40 automake -c -f -a &&\
41 autoconf )
43 # Missing files in build dir for configure without this.
44 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
46 CFLAGS+= -D__EXTENSIONS__
48 CONFIGURE_SCRIPT= $(@D)/configure
50 CONFIGURE_OPTIONS+= --sysconfdir=/etc
52 COMPONENT_INSTALL_ENV += GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
54 # common targets
55 build: $(BUILD_32)
57 install: $(INSTALL_32)
59 test: $(NO_TESTS)