On 7/19/05, Renato Araujo Oliveira Filho <[EMAIL PROTECTED]> wrote:
> 
> I made the abiword port to maemo, and i will make the deb package. The
> problem is that the package has some dependencies (libfribidi,
> libglade2, libgnomeprintui) that are not installed in maemo base. How do
> you suggest to solve this problem?

IMO you have 2 options:
 - put it all together and make it have no dependencies, maybe use
static linkage
 - have the package to have NO dependencies, but make it install the
other packages itself. This is a hack since it could be done by
apt-get, but help share libraries. In other words:
     if not dependency_installed(x):
        get(x)
        install(x)

-- 
Gustavo Sverzut Barbieri
---------------------------------------
Computer Engineer 2001 - UNICAMP
GPSL - Grupo Pro Software Livre
Cell..: +55 (19) 9165 8010
Jabber: [EMAIL PROTECTED]
  ICQ#: 17249123
   MSN: [EMAIL PROTECTED]
 Skype: gsbarbieri
   GPG: 0xB640E1A2 @ wwwkeys.pgp.net
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to