# hdw-linux ghostscript extensions # author: hackbard@hackdaworld.dyndns.org # [V] 7.07.1 # [S] 3-4 # [D] espgs-7.07.1-source.tar.bz2 ftp://ftp.easysw.com/pub/ghostscript/ # [D] gnu-gs-fonts-std-6.0.tar.gz ftp://ftp.easysw.com/pub/ghostscript/ # [D] gnu-gs-fonts-other-6.0.tar.gz ftp://ftp.easysw.com/pub/ghostscript/ srcdir="espgs-$ver" extra_ver="6.0" confopt="$confopt --with-drivers=ALL --with-x" post_install() { mkdir -p $prefix/share/ghostscript/${extra_ver} && for font in gnu-gs-fonts-std gnu-gs-fonts-other; do tar --use-compress-program=gunzip -xf \ $archdir/$font-${extra_ver}.tar.gz \ -C $prefix/share/ghostscript/${extra_ver} done }