Re: Packing a C# project.

"Jan Niklas Hasse" <[email protected]> Mon, 16 Jun 2008 13:51:40 +0200
Newsgroups gmane.comp.autopackage.devel
Message-ID <[email protected]>
On Mon, Jun 16, 2008 at 1:45 PM, Neil Munro <[email protected]> wrote:
> I'm bad at languages but presumably this is a basic hello world program? I
> replace all occurrences of hallowelt to read warp, and just amend it to only
> (at the moment) include the help file. For now I will place it in
> $PREFIX/share/warp/help.txt.
>
> So my file looks like this
> #!/bin/sh
> prefix=$1
> install -D bin/warp $prefix/bin/warp
> install -D share/warp/help.txt $prefix/share/warp/help.txt
> #install -D share/icons/warp.png $prefix/share/icons/warp.png
> #install -D share/warp/warp.png $prefix/share/warp/warp.png
> #install -D warp.desktop $prefix/share/applications/warp.desktop

Looks okay to me.

> Presumably this install.sh file needs to be somewhere specific in the source
> tree? The build output directory by chance?

Just inside the source dir.

>> An import everything in import:
>>
>> echo '*' | import
>
> Uhm, what's does this step do?

It imports all files inside $build_root inside your autopackage. See
http://autopackage.org/developer-quickstart.html

---------------------------------------------------------------------
To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected]
For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]