Commit b45b70b2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf ghostscript-9.23.tar.gz
cd ghostscript-9.23 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.23 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.23
$(MAKE) -C ghostscript-9.23 install
ln -sfvn ../ghostscript/9.23/doc /usr/share/doc/ghostscript-9.23
tar -xvf ghostscript-fonts-std-8.11.tar.gz -C /usr/share/ghostscript --no-same-owner
tar -xvf gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript --no-same-owner
fc-cache -v /usr/share/ghostscript/fonts/
rm -rf ghostscript-9.23
bin
/usr/bin/.*
/usr/share/ghostscript/.*
lib
/usr/lib/ghostscript/.*
doc
/usr/share/doc/.*
man
/usr/share/man/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment