cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / database / pg_collkey / pg_collkey.conf
blobff01ffc2cd4447224f081b463f997e82b8a26e3b
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../pg_collkey/pg_collkey.conf
5 # Copyright (C) 2007 The OpenSDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- SDE-COPYRIGHT-NOTE-END ---
15 pkgprefix -t icu4c
16 var_append makeopt ' ' "icu_libdir=$root$( pkgprefix libdir icu4c )"
17 makeinstopt=
19 pkgprefix -t postgresql
21 pg_collkey_install() {
22         cp -vf collkey_icu.so $root$( pkgprefix libdir postgresql )
23         cp -vf collkey_icu.sql $root$( pkgprefix datadir postgresql )
25 hook_add postmake 5 'pg_collkey_install'