GraphicsMagick

http://www.graphicsmagick.org

https://sourceforge.net/projects/graphicsmagick/files/

Spiegel

http://paketspiegel.de/GraphicsMagick-1.3.46.tar.xz onnlein
SlackBuilds 15.0

SlackBuild

https://slackbuilds.org/repository/15.0/graphics/GraphicsMagick

GraphicsMagick

Installieren

ls /var/log/packages/ | grep GraphicsMagick-1.3.46-x86_64-1_SBo if [ $? -eq 1 ] then wget http://sbopkg.paketspiegel.de/15.0/GraphicsMagick-1.3.46-x86_64-1_SBo.tgz installpkg GraphicsMagick-1.3.46-x86_64-1_SBo.tgz fi

Bauen

ls /var/log/packages/ | grep GraphicsMagick-1.3.46-x86_64-1_SBo if [ $? -eq 1 ] then wget https://slackbuilds.org/slackbuilds/15.0/graphics/GraphicsMagick.tar.gz tar -x -f GraphicsMagick.tar.gz cd GraphicsMagick wget https://paketspiegel.de/GraphicsMagick-1.3.46.tar.xz ./GraphicsMagick.SlackBuild installpkg /tmp/GraphicsMagick-1.3.46-x86_64-1_SBo.tgz cd .. pwd fi