Re: [Fink-devel] source file with different names

2004-07-22 Thread Daniel Macks
On Thu, Jul 22, 2004 at 07:56:01PM -0400, Koen van der Drift wrote: > On Jul 21, 2004, at 11:23 PM, Daniel Macks wrote: > > > >Careful...you cannot assume that the sources are in %p/src. > > > >If you want Source2 decompressed somewhere under the structure of > >Source, SourceNExtractDir might be u

Re: [Fink-devel] source file with different names

2004-07-22 Thread Koen van der Drift
On Jul 21, 2004, at 11:23 PM, [EMAIL PROTECTED] wrote: Careful...you cannot assume that the sources are in %p/src. If you want Source2 decompressed somewhere under the structure of Source, SourceNExtractDir might be useful. Although without details of exactly how the tarballs are structured and h

Re: [Fink-devel] source file with different names

2004-07-21 Thread Daniel Macks
On Wed, Jul 21, 2004 at 06:49:57PM -0400, Koen van der Drift wrote: > On Jul 21, 2004, at 4:57 PM, Martin Costabel wrote: > > > >You probably want NoSourceDirectory: True > > Yes, that worked, thanks. I have to do a manual decompress in the info > file though, but that is no problem, I guess. Ca

Re: [Fink-devel] source file with different names

2004-07-21 Thread Koen van der Drift
On Jul 21, 2004, at 4:57 PM, Martin Costabel wrote: You probably want NoSourceDirectory: True Yes, that worked, thanks. I have to do a manual decompress in the info file though, but that is no problem, I guess. - Koen. --- This SF.Net email is

Re: [Fink-devel] source file with different names

2004-07-21 Thread Martin Costabel
Koen van der Drift wrote: Hi, I am working on a package of which the two source files have a different name than the package itself. What I want to happen is that the 2 files are decompressed in /sw/src/foo-1.0-1 instead of /sw/src. Then in /sw/src/foo-1.0-1 the installation can take place. How

[Fink-devel] source file with different names

2004-07-21 Thread Koen van der Drift
Hi, I am working on a package of which the two source files have a different name than the package itself. What I want to happen is that the 2 files are decompressed in /sw/src/foo-1.0-1 instead of /sw/src. Then in /sw/src/foo-1.0-1 the installation can take place. How do I accomplish that? th