Currently fink doesn't recognize tbz files.  From what I can tell, the
only change to get Fink to recognize this is in PkgVersion.pm; the
diff is:

Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.587
diff -r1.587 PkgVersion.pm
3302c3302
<               } elsif ($archive =~ /[\.\-]tar\.bz2$/) {
---
>               } elsif ($archive =~ /[\.\-]tar\.bz2$/ or $archive =~ /\.tbz$/) 
> {

(The change for bzip2'd files nicely parallels the treatment of
tar.gz's and tgz's.)

Jesse

-- 
Jesse Alama ([EMAIL PROTECTED])
*143: No implicit qualification (http://www.mizar.org)



-------------------------------------------------------------------------
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