Re: Packing a C# project.

"Jan Niklas Hasse" <[email protected]> Mon, 16 Jun 2008 13:18:20 +0200
Newsgroups gmane.comp.autopackage.devel
Message-ID <[email protected]>
> I'm still kinda stuck as to what I am supposed to do with the make files and
> what not which might include the help.txt file into my autopackage, can
> someone explain a little further?

I don't how to do it with make files, but i could try to explain it to
you how i do it for my projects.

I create a script called install.sh which looks like this:

#!/bin/sh
prefix=$1
install -D bin/hallowelt $prefix/bin/hallowelt
install -D share/icons/hallowelt.png $prefix/share/icons/hallowelt.png
install -D share/hallowelt/hallowelt.png $prefix/share/hallowelt/hallowelt.png
install -D hallowelt.desktop $prefix/share/applications/hallowelt.desktop

I then call it BuildPrepare:

./install $build_root

An import everything in import:

echo '*' | import

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