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.

37 lines
1.5 KiB

  1. #!/bin/sh
  2. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. #
  5. # T2 SDE: package/.../ekiga/ekiga.conf
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2004 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. # --- T2-COPYRIGHT-NOTE-END ---
  16. # --disable-schemas-install Disable the schemas installation
  17. # --disable-gnome Disable GNOME features.
  18. # --disable-sdltest Do not try to compile and run a test SDL program
  19. # --enable-ipv6 enable IPv6 experimental support
  20. # --disable-install-schemas Disable installation of the gconf schemas
  21. if pkginstalled openldap; then
  22. pkgprefix -t openldap
  23. var_append confopt ' ' "--with-ldap-dir=/$( pkgprefix openldap )"
  24. var_append configprefix ' ' "LDFLAGS=\"-L$( pkgprefix libdir openldap ) -lldap\""
  25. var_append makeopt ' ' "'CFLAGS=-I$( pkgprefix includedir openldap )'"
  26. fi
  27. # dbus is currently not functional (in the sense of compiling)
  28. #pkginstalled dbus && var_append confopt ' ' "--enable-dbus"
  29. pkginstalled avahi || var_append confopt ' ' "--disable-avahi"
  30. pkginstalled gnome-doc-utils || var_append confopt ' ' "--disable-doc"
  31. pkginstalled gconf || var_append confopt ' ' "--disable-gnome"