The Following 9 Users Say Thank You to DojwqIO For This Useful Post: | ||
![]() |
2010-01-18
, 20:51
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#2
|
![]() |
2010-01-19
, 08:51
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#3
|
The Following User Says Thank You to lardman For This Useful Post: | ||
![]() |
2010-01-19
, 08:54
|
|
Posts: 320 |
Thanked: 763 times |
Joined on Oct 2009
@ Espoo, FInland
|
#4
|
Well I tried to upload it, but forgot it has a dep on blas (which I'd yet to upload) and that has just failed in the x86 build. Feel free to take a look, otherwise I'll see what's wrong with it this evening. Links here:
![]() |
2010-01-20
, 03:33
|
Posts: 62 |
Thanked: 18 times |
Joined on Dec 2009
@ Missouri, USA
|
#5
|
![]() |
2010-01-20
, 17:06
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#6
|
The Following User Says Thank You to lardman For This Useful Post: | ||
![]() |
2010-01-20
, 17:51
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#7
|
Where should I start in order to learn how to create .deb packages from source code? I couldn't find any step-by-step guides in the wiki. All I found were references to the Ubuntu Packaging Guide.
![]() |
2010-01-20
, 17:59
|
Posts: 62 |
Thanked: 18 times |
Joined on Dec 2009
@ Missouri, USA
|
#8
|
Best bet is to download the debian package (i.e. .tar.gz + .dsc + .diff.gz) which contains the debian directory, then patch as appropriate and try to build with "dpkg-buildpackage -rfakeroot"
![]() |
2010-01-20
, 19:09
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#9
|
That's the thing. I thought the debian packages had to be compiled for the target architecture from the source tarball.
Looking for the stable debian package for aspell, I found the .tar.gz, .dsc, and diff.gz.
files you mentioned here: http://packages.debian.org/source/stable/aspell .
Will running "dpkg-buildpackage -rfakeroot" build a .deb file that will install on the N900.
Can you point me to some documentation that explains all the steps to build the package?
Thanks,
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2010-04-10
, 20:09
|
Posts: 4 |
Thanked: 2 times |
Joined on Apr 2010
|
#10
|
I compiled Octave and gnuplot on the SDK according to the instructions on the wiki http://wiki.maemo.org/How_to_Install_Octave.
I changed the configure options to install everything to /opt.
Then I created a tar.gz file and moved it to the N900, unpacked it (to /opt) and both gnuplot and octave work fine.
I only had to add the paths to /home/user/.profile and create a couple of symlinks for the gnuplot executables. I also had to install "less" from fremantle/tools to access the help files. (Help does not work too well , because it also seems to need "makeinfo".)
Anyway, now how do I go about creating .deb packages?
Some screenshots below: