Martin Costabel wrote:
> Robert T Wyatt wrote:
> []
>> Can't exec "./configure": No such file or directory at 
>> /sw/lib/perl5/Fink/Services.pm line 584, <DATA> line 1. [see below]
> 
> This thing is a python module. No configure or make involved.
> You want to have a look at other "*-py" packages to see how they are 
> compiled. Hint: If there is nothing to compile, you just run basically 
> an InstallScript consisting of
> 
>   python setup.py install --root=%d
> 
> Here "python" will have to be replaced by 
> "%p/bin/python%type_raw[python]" as of the variants system.
> 
> In addition, you may have to patch the setup.py script first, in the 
> case of kodos, you will at least have to fix the line
> 
>   libpath = "/usr/share/kodos"
> 
> by running a little PatchScript
> 
>   perl -pi -e 's|/usr/share|%p/share|g' setup.py

Thanks Martin and Alexander. I haven't had a bunch of time, but I'm still
working on this. These particular suggestions haven't magically fixed
things, but they are helping. I'm going to also refer to the denyhosts.info
since that package is also originally authored by Phil Schwartz and I'm
guessing that the porting may therefore have similarities.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to