Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
072906 1 #
AP 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.
6 #
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.
10 #
11
12 #
13 # Copyright 2019 Alexander Pyhalov
14 #
15
16 BUILD_BITS=64
17 BUILD_STYLE=justmake
18
19 include ../../../make-rules/shared-macros.mk
20
3574d7 21 COMPONENT_NAME=    pg_repack
AW 22 COMPONENT_VERSION=    1.4.7
23 COMPONENT_SUMMARY=    pg_repack - utility to reorganize PostgreSQL tables on-line
24 COMPONENT_SRC=    $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).zip
26 COMPONENT_ARCHIVE_HASH= sha256:04a29a0d8e1a458bcbbf28a441a7380bb184c23b5f434c1c7249c5a6324c088c
27 COMPONENT_ARCHIVE_URL=    https://api.pgxn.org/dist/pg_repack/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL=    https://reorg.github.io/pg_repack/
29 COMPONENT_FMRI=    database/postgres-12/pg_repack
30 COMPONENT_CLASSIFICATION=    System/Databases
31 COMPONENT_LICENSE=    BSD
32 COMPONENT_LICENSE_FILE=    COPYRIGHT
072906 33
AP 34 PG_VERSION=    12
35 # Don't depend on host default pg_config
36 # Note, for PostgreSQL >= 9.6 $(PG_HOME)/bin contains 64-bit files
37 PATH=        $(PG_HOME)/bin:/usr/sbin:/usr/bin
38
39 TEST_TARGET=$(NO_TESTS)
40
41 include $(WS_MAKE_RULES)/common.mk
42
3574d7 43 # Manually added build dependencies
072906 44 REQUIRED_PACKAGES += database/postgres-12/developer
3574d7 45
AW 46 # Auto-generated dependencies
a46801 47 REQUIRED_PACKAGES += database/postgres-12/library
072906 48 REQUIRED_PACKAGES += system/library