kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00485
Re: Split sourceforge files
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Milan Horák <stranger@...>
-
Date:
Mon, 20 Aug 2007 11:06:30 +0200
-
In-reply-to:
<9b3302af0708200144g5dc51ffflc761da19c045c51f@...>
-
Reply-to:
stranger@...
-
User-agent:
Thunderbird 1.5.0.12 (X11/20070604)
Hi,
Richard A Burton napsal(a):
> On 19/08/07, Milan Horák <stranger@...> wrote:
>> is there any progress in packages splitting as mentioned here?:
>>
>> http://tech.groups.yahoo.com/group/kicad-devel/message/319
>
> I added support for split packaging in the makefiles. The commands
> below will produce a separate "package" for binary, common & each
> language.
>
> mkdir -p /tmp/kicad/usr/bin
> make -f makefile.gtk install-bin PREFIX=/tmp/kicad/usr
> make -f makefile.gtk install-res PREFIX=/tmp/kicad-common/usr
> make -C help -f makefile de PREFIX=/tmp/kicad-doc-de/usr
> make -C help -f makefile en PREFIX=/tmp/kicad-doc-en/usr
> make -C help -f makefile es PREFIX=/tmp/kicad-doc-es/usr
> make -C help -f makefile fr PREFIX=/tmp/kicad-doc-fr/usr
> make -C help -f makefile it PREFIX=/tmp/kicad-doc-it/usr
> make -C help -f makefile pt PREFIX=/tmp/kicad-doc-pt/usr
> make -C help -f makefile ru PREFIX=/tmp/kicad-doc-ru/usr
>
> I'm using these for the Debian packages, but as yet they are not being
> used for the general release binaries that go on sourceforge. I think
> the downloads on sourceforge so far are copies of the ones JP puts on
> his main site, which are packaged somewhat differently.
Which I'd like to change to correspond with structure stated above.
Milan
>
> Richard.
>
References