- Timestamp:
- 02/22/09 16:03:06 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pksetup
r3489 r3492 211 211 }, 212 212 { "name" : "ghostpdl", 213 "version" : "1.5 1",213 "version" : "1.54", 214 214 "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", 217 221 "make pcl", 218 "make pcl_install",222 "make install", 219 223 ], 220 224 },