[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/libgda/libgda.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] GNOME database access [T] This package provides access to various databases for GNOME. [U] https://www.gnome-db.org [A] The GNOME Project [M] Juergen "George" Sawinski [C] extra/development extra/desktop/gnome [F] NOPARALLEL [L] LGPL [S] Stable [V] 6.0.0 [P] X -----5---9 177.300 . $base/package/*/*/gnome-conf.in [CV-URL] https://download.gnome.org/sources/libgda/cache.json [D] 3f8227803a7e40de3d28ef06139b93aed78af406f94b1b058d40ca75 libgda-6.0.0.tar.xz https://download.gnome.org/sources/libgda/6.0/ if pkginstalled openldap; then pkgprefix -t openldap var_append confopt ' ' "--with-ldap=/$(pkgprefix openldap)" if [ $arch_machine = "x86_64" ]; then var_append GCC_WRAPPER_REMOVE ' ' -L/opt/openldap/lib var_append GCC_WRAPPER_APPEND ' ' "-L$(pkgprefix libdir openldap)" fi fi if pkginstalled mysql; then pkgprefix -t mysql var_append confopt ' ' "--with-mysql=/$(pkgprefix mysql)" else var_append confopt ' ' --without-mysql fi if pkginstalled postgresql; then pkgprefix -t postgresql var_append confopt ' ' "--with-postgres=/$(pkgprefix postgresql)" if [ $arch_machine = "x86_64" ]; then var_append GCC_WRAPPER_REMOVE ' ' -L/opt/postgresql/lib var_append GCC_WRAPPER_APPEND ' ' "-L$(pkgprefix libdir postgresql)" fi fi