Re: [Fink-devel] Packaging question

2008-07-19 Thread Daniel Macks
On Sat, Jul 19, 2008 at 02:05:27PM -0400, Alexander Hansen wrote: I've found some issues with drawtiming that I'd like to resolve. (drawtiming-nox is missing a freetype219 dependency and didn't build for me on 10.5.4, but that's outside the point here) The relevant line is ++

Re: [Fink-devel] Packaging question

2008-07-19 Thread Alexander Hansen
On Jul 19, 2008, at 2:56 PM, Daniel Macks wrote: On Sat, Jul 19, 2008 at 02:05:27PM -0400, Alexander Hansen wrote: I've found some issues with drawtiming that I'd like to resolve. (drawtiming-nox is missing a freetype219 dependency and didn't build for me on 10.5.4, but that's outside the

Re: [Fink-devel] packaging question

2004-06-19 Thread jfm
On Jun 19, 2004, at 1:13 AM, Koen van der Drift wrote: CompileScript: cd src/ make This gives the following error: cd src/ Can't exec cd: No such file or directory at /sw/lib/perl5/Fink/Services.pm line 403. The CompileScript is executed 'line by line'. Thus either use :

Re: [Fink-devel] packaging question

2004-06-19 Thread Koen van der Drift
On Jun 19, 2004, at 5:33 AM, jfm wrote: The CompileScript is executed 'line by line'. Thus either use : CompileScript: cd src ; make Or : CompileScript: #!/bin/sh cd src make Thanks, I found out later that this also works: SourceDirectory: foo/src CompileScript: make - Koen.

[Fink-devel] packaging question

2004-06-18 Thread Koen van der Drift
Hi, The package I am working on has all source code in a separate directory (/sw/src/foo-1.2.3-1/foo/src). So in my info file I use (there is no configure-step): CompileScript: cd src/ make This gives the following error: cd src/ Can't exec cd: No such file or directory at

[Fink-devel] packaging question

2003-08-18 Thread Joe Block
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am creating a package for python23 docs, and have run into the problem that the tar file is named html-2.3.tar.bz, but expands into a directory tree named Python-Docs-2.3. It was easy enough to rename the tar file in /sw/src and get fink to

Re: [Fink-devel] packaging question

2003-08-18 Thread Peter O'Gorman
On Tuesday, August 19, 2003, at 05:58 AM, Joe Block wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am creating a package for python23 docs, and have run into the problem that the tar file is named html-2.3.tar.bz, but expands into a directory tree named Python-Docs-2.3. It was easy

Re: [Fink-devel] Packaging Question

2003-06-30 Thread David R. Morrison
There are two ways to resolve the versioning issue. One is to rename the package. The other is to use the relatively new Epoch field in fink. All versions with epoch = 1 are regarded as newer than all versions with epoch = 0 (the default). Epochs should only be used in special cases, but this

Re: [Fink-devel] packaging question

2003-06-15 Thread Koen van der Drift
At 10:56 PM -0700 6/14/03, Ben Hines wrote: Just list the emboss tarball as a SourceN: line and use it normally. There are percent expansions for the build directory like %b you can use. Some other packages do it. Thanks, I'll look into that. I also thought about making an emboss-dev splitoff

[Fink-devel] packaging question

2003-06-12 Thread Koen van der Drift
Hi, I am attemping to make a package for bio-emboss (a perl module for emboss). Now I need to modify the makefile to point to some specific emboss files. Here's what it says: # # --- The following lines need to be adjusted ! # # --- installation path of EMBOSS (--PREFIX during EMBOSS'