mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: May 03 2006,17:33 |
|
Quote (maurin @ May 03 2006,07:02) | can you people convert all program in "uci" |
It's possible, but often is not simply a "convert".
Extensions named *.tar.gz are a simple task, since they already have the same directory structure as a *.uci.
Extensions named *.dsl are not so simple. Some may easily be made to run from /opt/something, but others require wrappers to set up the environment to adjust to the directory change, and still others need to be rebuilt from source because they expect to find support files in a set location.
Also, uci is a read-only filesystem, so building a uci package can be tricky if your program uses plugins or other dynamic parts.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|