# hdw-linux ghostscript extensions # author: hackbard@hackdaworld.dyndns.org # [V] 7.07.1 # [S] 3-4 # [D] espgs-7.07.1-source.tar.bz2 http://mesh.dl.sourceforge.net/espgs/ # [D] ghostscript-fonts-std-8.11.tar.gz ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ # [D] ghostscript-fonts-other-6.0.tar.gz ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ srcdir="espgs-$ver" std_ver="8.11" other_ver="6.0" confopt="$confopt --with-drivers=ALL --with-x" post_install() { mkdir -p $prefix/share/ghostscript && for font in ghostscript-fonts-std-${std_ver}.tar.gz \ ghostscript-fonts-other-${other_ver}.tar.gz; do tar --use-compress-program=gunzip -xf \ $archdir/$font -C $prefix/share/ghostscript/ done chown -R root.root $prefix/share/ghostscript/fonts }