1 Cygwin Release: 3.08-1 2 Cygwin package maintainer: James R. Phillips 3 email: antiskid56_cygwin@yahoo.com 4 5 To create the binary and source distributions from packaged source: 6 ==== 7 tar -xjf epstool-3.08-1-src.tar.bz2 8 cd epstool-3.08-1 9 make cygwin 10 ==== 11 Source archive, binary archive and setup.hint will now appear in ./dist 12 13 To create the binary and source distributions from upstream source: 14 ==== 15 tar -xzf epstool-3.08.tar.gz 16 cd epstool-3.08 17 make cygwin 18 ==== 19 Source archive, binary archive and setup.hint will now appear in ./dist 20 21 To recreate the upstream source distribution from packaged source: 22 ===== 23 tar -xjf epstool-3.08-1-src.tar.bz2 24 cd epstool-3.08-1 25 make epstar 26 ====== 27