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
6 # This Copyright note is generated by scripts/Create-CopyPatch,
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 version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
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
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
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
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
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
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
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
58 hook_add postmake 5 "licq_custmain"
60 var_append confopt " " "--with-qt-libraries=`pkgprefix libdir qt`"