Re: Building a package to extract files/run scripts (not from source)



Matthew Nicholson wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

greetings,

I am looking for some help/pointers. I have a piece of software (MatLab)
that I do not have the source to (obviously) that I need to build a .deb
of. Basically, I already built a self-extracting archive of it, that
will expand everything needed to a folder (matlab), so that sort of does
the trick, however, i'm looking for something a bit nicer.

Ideally, I would like to have a .deb of the package. This would extract
everything somewhere (lets say /opt/matlab), and create a symlink or two
like: /usr/local/bin/matlab -> /opt/matlab/bin/matlab

A final task would be to create a menu icon entry, but this is absolute
lowest priority.

Basically, we want it to be easy as can be for our users to install
MatLab with our license etc.

I know there are some packages out there that work in a similar way
(just extracting files and running a post install script). I had gone
thoruhg the packaging guide, but all of the utilities there expect a
source directory so that things can be compiled etc as the package is
built. Obviously, this is not what i need.

Any help/pointers/links to guides would be great.
Thanks

Matt Nicholson
sjoeboo@xxxxxxxxxxx

Try Checkinstall, I did this with some binaries before(JRE, ATI Drivers)
and I think this is what I used. But usually this is just used to
replace the make install command which comes after a make.

Or you could just build a deb, I haven't done this before but it seems
like it's just binaries packaged up.
http://linuxdevices.com/articles/AT8047723203.html
This page says that you can the "source" option in the control file is
optional.

Alex


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Building a package to extract files/run scripts (not from source)
    ... I am looking for some help/pointers. ... I have a piece of software (MatLab) ... I would like to have a .deb of the package. ... Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org ...
    (Ubuntu)
  • Re: Simulating electrochemical reactions with Mathematica
    ... > black box package like Polarograph is perhaps to do a proof of concept first ... > in order to justify purchasing Mathematica. ... No its much the same in australia (re matlab being more prevalent). ... mathematica numerics are apparently as good or better than matlab. ...
    (sci.chem.electrochem)
  • Re: Image processing prototype software
    ... two main complaints I have against MATLAB are no user interface ... Optimas (a now defunct package that had a lot of higher level ... ImageJ has a fairly user friendly user interface, ... time and cost as compared to getting a different package, ...
    (sci.image.processing)
  • Re: Toolboxes for Data Mining
    ... Anything that could be done with statistics ... The trade-off is that while MATLAB ... purpose package. ... buy matlab for that purpose--I would buy a more specific package. ...
    (comp.soft-sys.matlab)
  • Re: read and store a binary data file
    ... I try to read a binary data file. ... I use the function of Matlab 'fread'. ... I read the data per package of 100 data. ... Without the operation of storage the program is carried out in 20 ...
    (comp.soft-sys.matlab)

Loading