|
@ -39,7 +39,11 @@ multisync_pm() { |
|
|
local each |
|
|
local each |
|
|
|
|
|
|
|
|
build_multisync_plugin backup_plugin |
|
|
build_multisync_plugin backup_plugin |
|
|
build_multisync_plugin evolution_sync --with-evo-libs=$root/$pkg_evolution_libs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pkginstalled evolution && \ |
|
|
|
|
|
build_multisync_plugin evolution_sync \ |
|
|
|
|
|
--with-evo-libs=$root/$pkg_evolution_libs |
|
|
|
|
|
|
|
|
build_multisync_plugin palm_sync |
|
|
build_multisync_plugin palm_sync |
|
|
build_multisync_plugin opie_sync |
|
|
build_multisync_plugin opie_sync |
|
|
build_multisync_plugin syncml_plugin |
|
|
build_multisync_plugin syncml_plugin |
|
@ -48,7 +52,7 @@ multisync_pm() { |
|
|
build_multisync_plugin ldap_plugin \ |
|
|
build_multisync_plugin ldap_plugin \ |
|
|
LDFLAGS="-L$root/$pkg_openldap_prefix/lib" |
|
|
LDFLAGS="-L$root/$pkg_openldap_prefix/lib" |
|
|
|
|
|
|
|
|
# FIXME openobex missing |
|
|
|
|
|
|
|
|
# FIXME no openobex package yet in ROCK |
|
|
pkginstalled openobex && \ |
|
|
pkginstalled openobex && \ |
|
|
build_multisync_plugin irmc_sync |
|
|
build_multisync_plugin irmc_sync |
|
|
} |
|
|
} |
|
|