* added support to Emerge -repository w/ repo/*
[t2sde.git] / package / network / licq / licq.conf
blob78aa73f79ada49ed1b9d551ad8b937e2412fc47d
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/licq/licq.conf
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 licq_custmain() {
14         export CPPFLAGS=-Wno-deprecated
15         var_append confopt ' ' "--disable-gpgme"
16         eval ./configure $confopt
17         eval $MAKE $makeopt; eval $MAKE $makeopt install
19         if [ $SDECFG_PKG_LICQ_CLI == 1 ]; then
20                 cd $builddir/licq-$ver/plugins/console
21                 eval ./configure $confopt
22                 eval $MAKE $makeopt; eval $MAKE $makeopt install
23         fi
24         if [ $SDECFG_PKG_LICQ_QTG == 1 ]; then
25                 cd $builddir/licq-$ver/plugins/qt-gui
26                 eval ./configure $confopt
27                 eval $MAKE $makeopt; eval $MAKE $makeopt install
28         fi
29         if [ $SDECFG_PKG_LICQ_KDE == 1 ]; then
30                 cd $builddir/licq-$ver/plugins/qt-gui
31                 eval ./configure $confopt --with-kde
32                 eval $MAKE $makeopt; eval $MAKE $makeopt install
33         fi
34         if [ $SDECFG_PKG_LICQ_RMS == 1 ]; then
35                 cd $builddir/licq-$ver/plugins/rms
36                 eval ./configure $confopt
37                 eval $MAKE $makeopt; eval $MAKE $makeopt install
38         fi
39         if [ $SDECFG_PKG_LICQ_EMAIL == 1 ]; then
40                 cd $builddir/licq-$ver/plugins/email
41                 eval ./configure $confopt
42                 eval $MAKE $makeopt; eval $MAKE $makeopt install
43         fi
44         if [ $SDECFG_PKG_LICQ_REPLY == 1 ]; then
45                 cd $builddir/licq-$ver/plugins/auto-reply
46                 eval ./configure $confopt
47                 eval $MAKE $makeopt; eval $MAKE $makeopt install
48         fi
49         if [ $SDECFG_PKG_LICQ_OSD == 1 ]; then
50                 cd $builddir/licq-$ver/plugins/osd
51                 eval ./configure $confopt
52                 eval $MAKE $makeopt; eval $MAKE $makeopt install
53         fi
56 makeopt=
57 makeinstopt=
58 hook_add postmake 5 "licq_custmain"
60 var_append confopt " " "--with-qt-libraries=`pkgprefix libdir qt`"