bzip2: change to new library paths
[unleashed-userland.git] / components / pgbadger / Makefile
blobca4940a6059f6fd3c23471f4701034b29f1fb821
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 2015 Alexander Pyhalov
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= pgbadger
19 COMPONENT_VERSION= 7.1
20 COMPONENT_SUMMARY= pgBadger PostgreSQL log analyzer
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:de7f36cb55d2c177fdf47115f3fb5c2e842b443432631212e408726baacbad7e
25 COMPONENT_ARCHIVE_URL= \
26 https://github.com/dalibo/pgbadger/archive/v$(COMPONENT_VERSION).tar.gz
27 COMPONENT_PROJECT_URL = http://dalibo.github.io/pgbadger/
29 include $(WS_TOP)/make-rules/prep.mk
30 include $(WS_TOP)/make-rules/justmake.mk
31 include $(WS_TOP)/make-rules/ips.mk
33 # Using makemaker.mk here is an overkill,
34 # because we don't need versioned pgbadger
35 COMPONENT_PRE_BUILD_ACTION = ( cd $(BUILD_DIR_32) && $(PERL) Makefile.PL )
37 PKG_PROTO_DIRS += $(BUILD_DIR_32)
39 build: $(BUILD_32)
41 install: $(INSTALL_32)