OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../licq/licq.conf
  5. # Copyright (C) 2006 - 2011 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2003 Clifford Wolf
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. licq_custmain () {
  17. export CPPFLAGS=-Wno-deprecated
  18. var_append confopt ' ' "--disable-gpgme"
  19. eval ./configure $confopt
  20. eval $MAKE $makeopt ; eval $MAKE $makeopt install
  21. if [ $SDECFG_PKG_LICQ_CLI == 1 ] ; then
  22. cd $builddir/licq-$ver/plugins/console
  23. eval ./configure $confopt
  24. eval $MAKE $makeopt ; eval $MAKE $makeopt install
  25. fi
  26. if [ $SDECFG_PKG_LICQ_QTG == 1 ] ; then
  27. cd $builddir/licq-$ver/plugins/qt-gui
  28. eval ./configure $confopt
  29. eval $MAKE $makeopt ; eval $MAKE $makeopt install
  30. fi
  31. if [ $SDECFG_PKG_LICQ_KDE == 1 ] ; then
  32. cd $builddir/licq-$ver/plugins/qt-gui
  33. eval ./configure $confopt --with-kde
  34. eval $MAKE $makeopt ; eval $MAKE $makeopt install
  35. fi
  36. if [ $SDECFG_PKG_LICQ_RMS == 1 ] ; then
  37. cd $builddir/licq-$ver/plugins/rms
  38. eval ./configure $confopt
  39. eval $MAKE $makeopt ; eval $MAKE $makeopt install
  40. fi
  41. if [ $SDECFG_PKG_LICQ_EMAIL == 1 ] ; then
  42. cd $builddir/licq-$ver/plugins/email
  43. eval ./configure $confopt
  44. eval $MAKE $makeopt ; eval $MAKE $makeopt install
  45. fi
  46. if [ $SDECFG_PKG_LICQ_REPLY == 1 ] ; then
  47. cd $builddir/licq-$ver/plugins/auto-reply
  48. eval ./configure $confopt
  49. eval $MAKE $makeopt ; eval $MAKE $makeopt install
  50. fi
  51. if [ $SDECFG_PKG_LICQ_OSD == 1 ] ; then
  52. cd $builddir/licq-$ver/plugins/osd
  53. eval ./configure $confopt
  54. eval $MAKE $makeopt ; eval $MAKE $makeopt install
  55. fi
  56. }
  57. custmain="licq_custmain"
  58. var_append extraconfopt " " "--with-qt-libraries=$(pkgprefix libdir qt4)"