I'm trying to package the arj archiver. The documentation of arj says that I have to do the following:

cd gnu
autoheader
autoconf
./configure
cd ..
make prepare
make
make install

For some reason which I don't know, this doesn't work in my arj.info

arj.info:

Package: arj
Version: 3.10.21
Revision: 1
Source: http://mesh.dl.sourceforge.net/sourceforge/arj/%n-%v.tar.gz
Source-MD5: 887d400ca6048516d4d447e1649af396
Maintainer: Manuel Hendel <[EMAIL PROTECTED]>
HomePage: http://arj.sourceforge.net/
License: GPL
Description: ARJ archiver

CompileScript: <<
    cd gnu
    autoheader
    autoconf
    ./configure
    cd ..
    make PREFIX=%p
<<

InstallScript: make install PREFIX=%i

DescDetail: <<
<<

Can someone give me a hint?

Thanks,
mhe



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to