summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:45 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:45 +0200
commit94b42fd37e4a2352340276a358b2c43b6d148599 (patch)
tree6d2c51538e484d7cb20dfb9e60afd0ce4b7fa758 /graphics
parent921a60bce8e8001622024cbc6ee4f1f6446ed30c (diff)
downloadslackbuilds-94b42fd37e4a2352340276a358b2c43b6d148599.tar.gz
slackbuilds-94b42fd37e4a2352340276a358b2c43b6d148599.tar.xz
graphics/fly: Removed from 13.0 repository
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fly/Makefile.diff13
-rw-r--r--graphics/fly/README8
-rw-r--r--graphics/fly/fly.SlackBuild49
-rw-r--r--graphics/fly/fly.info8
-rw-r--r--graphics/fly/slack-desc19
5 files changed, 0 insertions, 97 deletions
diff --git a/graphics/fly/Makefile.diff b/graphics/fly/Makefile.diff
deleted file mode 100644
index d7f1f507cf..0000000000
--- a/graphics/fly/Makefile.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- fly-2.0.0/Makefile.orig 2007-12-16 15:12:22.497364100 -0600
-+++ fly-2.0.0/Makefile 2007-12-16 15:15:01.594430525 -0600
-@@ -9,8 +9,8 @@
- INCDIRS = -I$(GD) -I/usr/local/web/include
- CC = gcc
-
--CFLAGS = -O -pedantic -Wall $(INCDIRS) $(LIBDIRS)
--LIBS = -lgd -lm -lz -lttf -lpng -ljpeg #-lXpm
-+CFLAGS += -pedantic -Wall $(INCDIRS) $(LIBDIRS)
-+LIBS = -lgd -lm -lz -lpng -ljpeg #-lXpm
-
- all: fly
-
diff --git a/graphics/fly/README b/graphics/fly/README
deleted file mode 100644
index 9b542ee1b6..0000000000
--- a/graphics/fly/README
+++ /dev/null
@@ -1,8 +0,0 @@
-fly - Create images from a text description file.
-
-fly is small program that takes a text input command file and creates an
-image file 'on the fly' to .gif, .jpg or .png format using the gd library.
-fly is suited for creating images from bash or awk scripts.
-
-This SlackBuild script patches the Makefile to remove an unused (obsolete)
-linking to the old ttf (before freetype) library so we get a clean compile.
diff --git a/graphics/fly/fly.SlackBuild b/graphics/fly/fly.SlackBuild
deleted file mode 100644
index f8735e08fe..0000000000
--- a/graphics/fly/fly.SlackBuild
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for fly
-
-# Written by Grant Coady <http://bugsplatter.mine.nu> GPLv2
-
-PRGNAM=fly
-VERSION=2.0.0
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-# Patch the Makefile to support adding SLKCFLAGS and remove old -lttf linkage
-patch -p1 < $CWD/Makefile.diff
-
-CFLAGS="$SLKCFLAGS" make
-install -D -m 0755 fly $PKG/usr/bin/fly
-strip --strip-unneeded $PKG/usr/bin/fly
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a doc/* examples $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/graphics/fly/fly.info b/graphics/fly/fly.info
deleted file mode 100644
index 5df85650cb..0000000000
--- a/graphics/fly/fly.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="fly"
-VERSION="2.0.0"
-HOMEPAGE="http://martin.gleeson.com/fly/index.html"
-DOWNLOAD="http://martin.gleeson.com/fly/dist/fly-2.0.0.tar.gz"
-MD5SUM="b5efc8435a76ba2b2c592156ec5db4e2"
-MAINTAINER="Grant Coady"
-EMAIL="bugsplatter@gmail.com"
-APPROVED="rworkman"
diff --git a/graphics/fly/slack-desc b/graphics/fly/slack-desc
deleted file mode 100644
index 12f625bd81..0000000000
--- a/graphics/fly/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-fly: fly (Create images from a text description file)
-fly:
-fly: fly is small program that takes a text input command file and
-fly: creates an image file 'on the fly' to .gif, .jpg or .png format
-fly: using the gd library. fly is suited to creating images from
-fly: bash or awk scripts.
-fly:
-fly: Homepage: http://martin.gleeson.com/fly/index.html
-fly:
-fly:
-fly: