[maemo-developers] [maemo-developers] Aplication installer

From: Gustavo Barbieri barbieri at gmail.com
Date: Wed Jul 20 04:08:22 EEST 2005
On 7/19/05, Renato Araujo Oliveira Filho <renato.filho at indt.org.br> 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: gsbarbieri at jabber.org
  ICQ#: 17249123
   MSN: barbieri at gmail.com
 Skype: gsbarbieri
   GPG: 0xB640E1A2 @ wwwkeys.pgp.net

More information about the maemo-developers mailing list