cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / horde / horde / horde-conf.in
blob373a2c5cc0365040c6117d3cd17be07dabfa6889
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../horde/horde-conf.in
5 # Copyright (C) 2006 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 if [ "$pkg" == "horde" ]; then
16         prefix=opt/horde
17         set_confopt
18 else
19         pkgprefix -t horde
20         prefix=$( pkgprefix horde )
21         set_confopt
23         datadir=$datadir/${pkg#horde-}
24         docdir=${docdir%/*}/${pkg#horde-}
27 runconf=0
28 makeopt=
29 makeinstopt=
31 horde_install() {
32         local x=
33         echo "Installing docs/* ..."
34         [ ! -e $root$datadir/docs ] || ln -s $sysconfdir $root$datadir/docs
35         find docs/ -mindepth 1 -type d | while read x; do
36                 mkdir -vp $root$docdir/${x#docs/}
37         done
38         find docs/ -type f | while read x; do
39                 mv -vf $x $root$docdir/${x#docs/}
40         done
42         for x in README COPYING LICENSE; do
43                 [ ! -e $x ] || mv -vf $x $root$docdir/
44         done
46         echo "Installing the rest ..."
47         rm -rvf docs
48         tar -cf - * .[^.]* | tar -C $root$datadir -xvf -
51 hook_add postmake 5 'horde_install'