Changeset 3492

Show
Ignore:
Timestamp:
02/22/09 16:03:06 (15 years ago)
Author:
jerome
Message:

Now correctly extracts and installs the GhostPDL archive. The problem
described in #38 seems to been due to a copy & paste between code
handling the setup of GhostPCL, used before Artifex switched to the
GhostPDL name. Now the code also downloads and installs the urwfonts
fonts package, necessary for GhostPDL to work.
Fixes #38.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pksetup

    r3489 r3492  
    211211                      }, 
    212212                      { "name" : "ghostpdl", 
    213                         "version" : "1.51", 
     213                        "version" : "1.54", 
    214214                        "url" : "http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/%(name)s/%(name)s-%(version)s.tar.bz2", 
    215                         "commands" : [ "bunzip2 <%(name)s_%(version)s.tar.bz2 | tar -xf -", 
    216                                        "cd %(name)s_%(version)s", 
     215                        "commands" : [ "bunzip2 <%(name)s-%(version)s.tar.bz2 | tar -xf -", 
     216                                       "cd %(name)s-%(version)s", 
     217                                       "wget http://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/GhostPCL/urwfonts-1.41.tar.bz2", 
     218                                       "bunzip2 <urwfonts-1.41.tar.bz2 | tar -xf -", 
     219                                       "mv urwfonts-1.41 urwfonts", 
     220                                       "make fonts", 
    217221                                       "make pcl", 
    218                                        "make pcl_install", 
     222                                       "make install", 
    219223                                     ], 
    220224                      },