Joel.Haugen-+KUQewSmSnmrG/[EMAIL PROTECTED] wrote:
> Hi,
> 
> We are trying to create a package to be used locally for some signal 
> processing stuff.  I would like to use some examples from the Makefiles to 
> find out the best way of making a package.
> 

What is in the package? If its only m-files then you don't need a
Makefile. The package just needs

<package>/DESCRIPTION
<package>/COPYING
<package>/inst/*.m

and that all of that tarred into a file. After that pkg can install it
if the DESCRIPTION file is correct.

The packaging format is discussed at

http://octave.sourceforge.net/developers.html

Regards
D.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to