@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := postgresql
PKG_VERSION := 9.5.4
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_MAINTAINER := Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE := PostgreSQL
@ -68,6 +68,36 @@ define Package/pgsql-server/description
P o s t g r e S Q L d a t a b a s e s S e r v e r .
e n d e f
PGSQL_SERVER_BIN := \
clusterdb \
createdb \
createlang \
createuser \
dropdb \
droplang \
dropuser \
initdb \
pg_archivecleanup \
pg_basebackup \
pgbench \
pg_controldata \
pg_ctl \
pg_dump \
pg_dumpall \
pg_isready \
pg_receivexlog \
pg_recvlogical \
pg_resetxlog \
pg_restore \
pg_rewind \
pg_test_fsync \
pg_test_timing \
pg_upgrade \
pg_xlogdump \
postgres \
reindexdb \
vacuumdb
PGSQL_CONFIG_VARS := \
pgac_cv_snprintf_long_long_int_format = "%lld" \
pgac_cv_snprintf_size_t_support = yes
@ -158,7 +188,7 @@ endef
d e f i n e P a c k a g e / p g s q l - s e r v e r / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/* $( 1) /usr/bin
$( INSTALL_BIN) $( foreach bin,$( PGSQL_SERVER_BIN) ,$( PKG_INSTALL_DIR) /usr/bin/$( bin) ) $( 1) /usr/bin
ln -sf postgres $( 1) /usr/bin/postmaster
$( INSTALL_DIR) $( 1) /usr/share/postgresql
@ -179,10 +209,6 @@ define Package/pgsql-server/install
$( INSTALL_BIN) ./files/postgresql.init $( 1) /etc/init.d/postgresql
e n d e f
d e f i n e P a c k a g e / p g s q l - s e r v e r / c o n f f i l e s
/ e t c / c o n f i g / p o s t g r e s q l
e n d e f
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_DIR) $( 1) /usr/include